forked from skydive-project/skydive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Skydive Project Governance | ||
|
||
## Core contributors | ||
|
||
Skydive core contributors maintain the [skydive-project/skydive](https://github.com/skydive-project/skydive) GitHub repository. | ||
Their privileges include but are not limited to: | ||
|
||
* Commit access to the [skydive-project/skydive](https://github.com/skydive-project/skydive) repository | ||
* Access to the Skydive continuous integration (CI) jobs | ||
|
||
Both cores and none-core contributors may propose changes to the Skydive | ||
source code. The mechanism to propose such a change is a GitHub pull request. | ||
core contributors are responsible for reviewing and merging pull requests. | ||
|
||
Collaborator pull request must be approved before it can been merged. | ||
Approving a pull request indicates that the Core contributor accepts responsibility for the change. | ||
Approval must be from a Collaborator who is not the author of the change. | ||
Approval must be post successful CI/CD checks. | ||
|
||
Current list of Core contributors is maintained in | ||
[CONTRIBUTING.md](https://github.com/skydive-project/skydive/blob/master/CONTRIBUTING.md) | ||
|
||
## Core contributor Activities | ||
|
||
* Helping users and novice contributors | ||
* Contributing code and documentation changes that improve the project | ||
* Reviewing and commenting on issues and pull requests | ||
* Participation in working groups | ||
* Merging pull requests | ||
* Maintaining the CI | ||
|
||
## Core contributor Nominations | ||
|
||
Existing Core contributors can nominate someone to become a Core contributor. Nominees | ||
should have significant and valuable contributions across the Skydive | ||
organization. |