Skip to content

Commit a7777ff

Browse files
committed
docs: update MAINTAINING
1 parent 5028169 commit a7777ff

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

docs/MAINTAINING.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
- [Workflow](#workflow)
99
- [Milestones](#milestones)
1010
- [Triage](#triage)
11-
- [Project boards](#project-boards)
1211
- [Versioning](#versioning)
1312
- [Pull requests](#pull-requests)
1413
- [Merge strategies](#merge-strategies)
@@ -42,7 +41,7 @@ Occasionally, other Coder employees may step in time to time to assist with code
4241

4342
To onboard a new maintainer to the project, please make sure to do the following:
4443

45-
- [ ] Add to [coder/code-server-reviewers](https://github.com/orgs/coder/teams/code-server-reviewers)
44+
- [ ] Add to [coder/code-server](https://github.com/orgs/coder/teams/code-server)
4645
- [ ] Add as Admin under [Repository Settings > Access](https://github.com/coder/code-server/settings/access)
4746
- [ ] Add to [npm Coder org](https://www.npmjs.com/org/coder)
4847
- [ ] Add as [AUR maintainer](https://aur.archlinux.org/packages/code-server/) (talk to Colin)
@@ -72,7 +71,7 @@ Here are the milestones we use and how we use them:
7271
- "On Deck" -> Work under consideration for upcoming milestones.
7372
- "Backlog Candidates" -> Work that is not yet accepted for the backlog. We wait
7473
for the community to weigh in.
75-
- "<0.0.0>" -> Work to be done for a specific version.
74+
- "<Month>" -> Work to be done for said month.
7675

7776
With this flow, any un-assigned issues are essentially in triage state. Once
7877
triaged, issues are either "Backlog" or "Backlog Candidates". They will
@@ -91,19 +90,6 @@ We use the following process for triaging GitHub issues:
9190
2. If not urgent, add to "Backlog"
9291
3. Otherwise, add to "Backlog Candidate" for future consideration
9392

94-
### Project boards
95-
96-
We use project boards for projects or goals that span multiple milestones.
97-
98-
Think of this as a place to put miscellaneous things (like testing, clean up
99-
stuff, etc). As a maintainer, random tasks may come up here and there. The
100-
project boards give you places to add temporary notes before opening a new
101-
issue. Given that our release milestones function off of issues, we believe
102-
tasks should have dedicated issues.
103-
104-
Project boards also give us a way to separate the issue triage from
105-
bigger-picture, long-term work.
106-
10793
## Versioning
10894

10995
`<major.minor.patch>`

0 commit comments

Comments
 (0)