-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: describe formal change proposal process (#4216)
Describe the formal change proposal process that has been worked out for the project governance model at the SCION Association. This process is neither complicated nor new. It closely follows the normal GitHub workflow with just few formalities for the decision process of proposals sprinkled on top. The most juicy bit, namely who is the "technical team" with the formal decision power, is intentionally left vague for now. This will require referencing the corresponding governance structure of the SCION Association, which has yet to be formally established. For now, this will just be the people with write permissions to the repository. Add a simple github issue template for proposals, hinting at this documented proposal process. For completeness' sake, also add an issue template for bug reports. [doc]
- Loading branch information
Showing
4 changed files
with
81 additions
and
2 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
name: Bug | ||
about: "Something isn't working" | ||
labels: bug | ||
--- |
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,11 @@ | ||
--- | ||
name: Proposal | ||
about: New functionality or other substantial changes | ||
labels: i/proposal | ||
--- | ||
|
||
<!-- | ||
Our proposal process is documented here: | ||
https://docs.scion.org/en/latest/contribute.html#change-proposal-process | ||
--> | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.