Skip to content

Commit 9cdec9f

Browse files
authored
Merge pull request processing#1242 from 3ru/fix/issue_template_labels
Correction of Issue Template label
2 parents 54449a1 + c8aea73 commit 9cdec9f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/discussion.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: 💭 Discussion
22
description: This template is for starting a discussion.
3-
labels: [discussion]
3+
labels: [ Discussion ]
44
body:
5-
- type: textarea
6-
attributes:
7-
label: Topic
8-
description: What do you want to discuss with the group?
9-
validations:
10-
required: true
5+
- type: textarea
6+
attributes:
7+
label: Topic
8+
description: What do you want to discuss with the group?
9+
validations:
10+
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 2 deletions
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 ]
44
body:
55
- type: textarea
66
attributes:
@@ -27,7 +27,7 @@ body:
2727
- Showcase
2828
- Other (specify if possible)
2929
validations:
30-
required: true
30+
required: true
3131

3232
- type: textarea
3333
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 website bugs (broken or incorrect behaviour).
3-
labels: [ bug ]
3+
labels: [ Bug ]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/improve-translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "🌐 Improve Translation"
22
description: Make a suggestion or report a problem about the translation of p5.js website.
3-
labels: [ translation ]
3+
labels: [ Translation ]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)