summaryrefslogtreecommitdiff
path: root/docs/contributing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index c582712..64cbd00 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -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
@@ -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;