Skip to content

Commit f7c543d

Browse files
committed
Update issue templates to use consistent "new contribution" label (without the dash) for consistency
1 parent f90af31 commit f7c543d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 💙 New Library
22
description: Submit a new Processing library
3-
labels: ["new-contribution", "library"]
3+
labels: ["new contribution", "library"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/2_new-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🔨 New Tool
22
description: Submit a new Processing tool
3-
labels: ["new-contribution", "tool"]
3+
labels: ["new contribution", "tool"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/3_new-mode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 👗 New Mode
22
description: Submit a new Processing mode
3-
labels: ["new-contribution", "mode"]
3+
labels: ["new contribution", "mode"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/4_new-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 📦 New Example Pack
22
description: Submit a new Processing example pack
3-
labels: ["new-contribution", "examples"]
3+
labels: ["new contribution", "examples"]
44
body:
55
- type: markdown
66
attributes:

.github/workflows/issue_to_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- opened
66
- edited
77
- reopened
8-
if: contains(github.event.issue.labels.*.name, 'new-contribution')
8+
if: contains(github.event.issue.labels.*.name, 'new contribution')
99
permissions:
1010
contents: write
1111
issues: write

0 commit comments

Comments
 (0)