Skip to content

Commit 9b03710

Browse files
committed
Add issue type labels.
1 parent fb78640 commit 9b03710

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.github/ISSUE_TEMPLATE/commercial_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Integrate a commercial product
33
description: Do you have a commercial product you'd like to see integrated with Django?
4-
labels: ['commercial']
4+
labels: ['type / commercial']
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature request
33
description: Suggest a new feature or enhancement
4-
labels: ['feature']
4+
labels: ['type / feature']
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/merge_third_party_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Merge third-party package
33
description: Propose merging a third-party package into Django
4-
labels: ['merge-package']
4+
labels: ['type / merge-package']
55
body:
66
- type: markdown
77
attributes:

.github/labels.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,17 @@
186186
{
187187
"name": "phase / implementation",
188188
"color": "fbca04"
189+
},
190+
{
191+
"name": "type / commercial",
192+
"color": "d93f0b"
193+
},
194+
{
195+
"name": "type / feature",
196+
"color": "d93f0b"
197+
},
198+
{
199+
"name": "type / merge-package",
200+
"color": "d93f0b"
189201
}
190202
]

0 commit comments

Comments
 (0)