Skip to content

Commit bda6c29

Browse files
committed
Add new phase label to all newly created issues.
1 parent ce0311e commit bda6c29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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: ['type / commercial']
4+
labels: ['type / commercial', 'phase / new']
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: ['type / feature']
4+
labels: ['type / feature', 'phase / new']
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: ['type / merge-package']
4+
labels: ['type / merge-package', 'phase / new']
55
body:
66
- type: markdown
77
attributes:

0 commit comments

Comments
 (0)