Skip to content

Commit 602c426

Browse files
committed
add maintainer label to all new issues
1 parent 1b7766e commit 602c426

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/existing-feature-enhancement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 💡 Existing Feature Enhancement
22
description: Suggest an improvement to an existing feature.
3-
labels: [ Enhancement ]
3+
labels: [ Enhancement, Awaiting Maintainer Approval ]
44
body:
55
- type: textarea
66
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🌱 New Feature Request
22
description: Request a new feature be added.
3-
labels: [ Feature Request ]
3+
labels: [ Feature Request, Awaiting Maintainer Approval ]
44
body:
55
- type: textarea
66
attributes:

.github/ISSUE_TEMPLATE/found-a-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐛 Found a Bug
22
description: Report p5.js web editor bugs (broken or incorrect behaviour).
3-
labels: [ Bug ]
3+
labels: [ Bug, Awaiting Maintainer Approval ]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)