Skip to content

Commit b9ff73a

Browse files
Merge pull request #3284 from cdr/jsjoeio/document-triage-workflow
docs(maintaining): add triage to workflow
2 parents 1070db7 + 1c9156c commit b9ff73a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/MAINTAINING.md

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [Maintaining](#maintaining)
66
- [Workflow](#workflow)
77
- [Milestones](#milestones)
8+
- [Triage](#triage)
89
- [Project Boards](#project-boards)
910

1011
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -36,6 +37,18 @@ Here are the milestones we use and how we use them:
3637

3738
With this flow, any un-assigned issues are essentially in triage state and once triaged are either "Backlog" or "Backlog Candidates". They will eventually move to "On Deck" (or be closed). Lastly, they will end up on a version milestone where they will be worked on.
3839

40+
### Triage
41+
42+
We use the following process for triaging GitHub issues:
43+
44+
1. a submitter creates an issue
45+
1. add appropriate labels
46+
1. if we need to look into it further, add "needs-investigation"
47+
1. add to milestone
48+
1. if it should be fixed soon, add to version milestone or "On Deck"
49+
1. if not urgent, add to "Backlog"
50+
1. otherwise, add to "Backlog Candidate" if it should be considered
51+
3952
### Project Boards
4053

4154
We use project boards for projects or goals that span multiple milestones.

0 commit comments

Comments
 (0)