Skip to content

Correction of Issue Template label #1242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/discussion.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 💭 Discussion
description: This template is for starting a discussion.
labels: [discussion]
labels: [ Discussion ]
body:
- type: textarea
attributes:
label: Topic
description: What do you want to discuss with the group?
validations:
required: true
- type: textarea
attributes:
label: Topic
description: What do you want to discuss with the group?
validations:
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🌱 New Feature Request
description: Request a new feature be added.
labels: [feature request]
labels: [ Feature Request ]
body:
- type: textarea
attributes:
Expand All @@ -27,7 +27,7 @@ body:
- Showcase
- Other (specify if possible)
validations:
required: true
required: true

- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/found-a-bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🐛 Found a Bug"
description: Report p5.js website bugs (broken or incorrect behaviour).
labels: [ bug ]
labels: [ Bug ]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/improve-translation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🌐 Improve Translation"
description: Make a suggestion or report a problem about the translation of p5.js website.
labels: [ translation ]
labels: [ Translation ]
body:
- type: markdown
attributes:
Expand Down