diff --git a/docs/contributing.md b/docs/contributing.md index c582712de..64cbd0017 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;