Skip to content

Commit 9ec83c4

Browse files
authoredJan 23, 2019
Document "process" label.
Document a new label type for issues and PR which include discussions regarding policies and development process. See #760 for an example.
1 parent 596be57 commit 9ec83c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎docs/contributing.md

+4
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ label from the same group.
430430
| `bug`{ .label .bug } | Bug report. |
431431
| `feature`{ .label .feature } | Feature request. |
432432
| `support`{ .label .support } | Support request. |
433+
| `process`{ .label .process } | Discussions regarding policies and development process. |
433434

434435
### Category of Issue or Pull Request
435436

@@ -520,6 +521,9 @@ label from the same group.
520521
code.support {
521522
background-color: #efbe62;
522523
}
524+
code.process {
525+
background-color: #eec9ff;
526+
}
523527
code.core {
524528
background-color: #0b02e1;
525529
color: #ffffff;

0 commit comments

Comments
 (0)
Please sign in to comment.