Skip to content

Commit

Permalink
Merge pull request #3284 from cdr/jsjoeio/document-triage-workflow
Browse files Browse the repository at this point in the history
docs(maintaining): add triage to workflow
  • Loading branch information
repo-ranger[bot] authored May 4, 2021
2 parents 1070db7 + 1c9156c commit b9ff73a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [Maintaining](#maintaining)
- [Workflow](#workflow)
- [Milestones](#milestones)
- [Triage](#triage)
- [Project Boards](#project-boards)

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

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.

### Triage

We use the following process for triaging GitHub issues:

1. a submitter creates an issue
1. add appropriate labels
1. if we need to look into it further, add "needs-investigation"
1. add to milestone
1. if it should be fixed soon, add to version milestone or "On Deck"
1. if not urgent, add to "Backlog"
1. otherwise, add to "Backlog Candidate" if it should be considered

### Project Boards

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

0 comments on commit b9ff73a

Please sign in to comment.