Navigation Menu

Skip to content

Commit

Permalink
Document "process" label.
Browse files Browse the repository at this point in the history
Document a new label type for issues and PR which include discussions regarding policies and development process. See #760 for an example.
  • Loading branch information
waylan committed Jan 23, 2019
1 parent 596be57 commit 9ec83c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/contributing.md
Expand Up @@ -430,6 +430,7 @@ label from the same group.
| `bug`{ .label .bug } | Bug report. |
| `feature`{ .label .feature } | Feature request. |
| `support`{ .label .support } | Support request. |
| `process`{ .label .process } | Discussions regarding policies and development process. |

### Category of Issue or Pull Request

Expand Down Expand Up @@ -520,6 +521,9 @@ label from the same group.
code.support {
background-color: #efbe62;
}
code.process {
background-color: #eec9ff;
}
code.core {
background-color: #0b02e1;
color: #ffffff;
Expand Down

0 comments on commit 9ec83c4

Please sign in to comment.