We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596be57 commit 9ec83c4Copy full SHA for 9ec83c4
docs/contributing.md
@@ -430,6 +430,7 @@ label from the same group.
430
| `bug`{ .label .bug } | Bug report. |
431
| `feature`{ .label .feature } | Feature request. |
432
| `support`{ .label .support } | Support request. |
433
+| `process`{ .label .process } | Discussions regarding policies and development process. |
434
435
### Category of Issue or Pull Request
436
@@ -520,6 +521,9 @@ label from the same group.
520
521
code.support {
522
background-color: #efbe62;
523
}
524
+ code.process {
525
+ background-color: #eec9ff;
526
+ }
527
code.core {
528
background-color: #0b02e1;
529
color: #ffffff;
0 commit comments