summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2019-01-23 15:54:59 -0500
committerGitHub <noreply@github.com>2019-01-23 15:54:59 -0500
commit9ec83c4c414f27bc8aa490dbac1fe30b49058ae6 (patch)
tree7b1094842f73866e80788f3853ee5b156dc4a1b1
parent596be577c69c13ac3addcc84701e0a1014b088b0 (diff)
downloadpython-markdown-9ec83c4c414f27bc8aa490dbac1fe30b49058ae6.tar.gz
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.
-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;