Overview
We need to rewrite CONTRIBUTING.md's "Getting write access" section, because it tells contributors that a rejected git push means asking a DevOps CoP Lead in #ops — which reads as a request you can make on its own — while both the fork bot and the wiki landing page say the opposite. A new contributor gets a different answer depending on which one they happen to read first.
Action Items
Resources/Instructions
- The file and section: CONTRIBUTING.md → Getting write access
- The wording to match, from the fork bot's auto-close comment in
.github/workflows/close-fork-prs.yml: "Write access is not something you can request on its own, and asking a lead for it will not get you added. It comes with actually being part of the team..."
- The wiki's version of the same statement, added while delivering #211: Home → Joining the DevOps team
- Scope is this repository only — checked 2026-09-07, so this does not need re-deriving.
devops-security/CONTRIBUTING.md has no "Getting write access" section at all, and incubator/CONTRIBUTING.md is a three-line stub pointing at the incubator wiki. Neither carries the contradiction. Whether those two files ought to cover this at all is a separate question — do not widen this ticket into it.
Overview
We need to rewrite
CONTRIBUTING.md's "Getting write access" section, because it tells contributors that a rejectedgit pushmeans asking a DevOps CoP Lead in #ops — which reads as a request you can make on its own — while both the fork bot and the wiki landing page say the opposite. A new contributor gets a different answer depending on which one they happen to read first.Action Items
git pushrejected with a permission error is the symptom of missing write access. That is the question the reader arrives with and the section should still answer it.masteralongside the wiki landing page and the fork bot's comment text in.github/workflows/close-fork-prs.yml, and confirm all three now say the same thing. The point of the ticket is agreement between the three, so checking only the file you edited does not verify it.Resources/Instructions
.github/workflows/close-fork-prs.yml: "Write access is not something you can request on its own, and asking a lead for it will not get you added. It comes with actually being part of the team..."devops-security/CONTRIBUTING.mdhas no "Getting write access" section at all, andincubator/CONTRIBUTING.mdis a three-line stub pointing at the incubator wiki. Neither carries the contradiction. Whether those two files ought to cover this at all is a separate question — do not widen this ticket into it.