Governance Docs¶
- Documents that describe policy go in the 🔒handbook.
- Documents that define policy go in the 🔒gov docs
How do you make changes to the gov docs? Read the official policy in full 🔒here.
But in short:
- NTC member creates a merge request with the changes they want made.
- 7 days for members to review. At least 2 expressions of support (either a thumbs up or a comment to the merge request)
- SC votes on it async or at a meeting
Visualization¶
graph TD;
change-needed([Change to gov docs needed])
--fork main branch-->
changes[Amend docs to reflect desired changes]
-->sub-changes{Are changes substantial?}
--yes-->sub-review[All members have 7 days to review and suggest changes <br> Owner of merge request may accept or deny changes]
-->test{Has merge request received 2 upvotes or <br> comments of support from other members?}
--no-->sub-review
test--yes-->steering-votes[SC reviews and votes with a 7 day voting window]
sub-changes--no-->steering-votes
-->steering-action{Steering Committee votes for approval?}
--yes-->request-merged([request is merged into main branch])