Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.34 KB

gov-docs.md

File metadata and controls

33 lines (26 loc) · 1.34 KB

Governance Docs

How do you make changes to the gov docs? Read the official policy in full 🔒here.

But in short:

  1. NTC member creates a merge request with the changes they want made.
  2. 7 days for members to review. At least 2 expressions of support (either a thumbs up or a comment to the merge request)
  3. 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])
Loading