Skip to content

Commit 1bd173f

Browse files
committed
fix: updated labels to prevent only one being chosen
1 parent 79eedb4 commit 1bd173f

7 files changed

Lines changed: 25 additions & 8 deletions

File tree

templates/issue-templates/bug.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
name: 🐛 Bug Report
44
description: Report unexpected behavior, failures, or issues in the project.
55
title: "[Bug]: "
6-
labels: ["bug"]
6+
labels:
7+
- bug
78
body:
89
- type: dropdown
910
id: bug-category

templates/issue-templates/community.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Report issues or suggestions related to community, collaboration, or project governance.
22
name: "💬 Community & Collaboration"
33
description: Report issues or suggestions related to community, collaboration, or project governance.
4-
labels: [community, collaboration, enhancement]
4+
labels:
5+
- community
6+
- collaboration
7+
- enhancement
58
body:
69
- type: markdown
710
attributes:

templates/issue-templates/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Report issues or suggest improvements related to documentation, guides, or help content.
22
name: 📄 Documentation
33
description: Report issues or suggest improvements related to documentation, guides, or help content.
4-
labels: [documentation]
4+
labels:
5+
- documentation
56
body:
67
- type: markdown
78
attributes:

templates/issue-templates/dx.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Report issues that affect developers' experience
22
name: "🧑‍💻 Developer Experience (DX) Feedback"
33
description: Report issues that affect developers' experience
4-
labels: [dx, feedback, enhancement]
4+
labels:
5+
- dx
6+
- feedback
7+
- enhancement
58
body:
69
- type: markdown
710
attributes:

templates/issue-templates/feature.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
name: "✨ Feature Request"
33
description: Suggest a new feature or improvement for this project
44
title: "[Feature] <short description>"
5-
labels: [feature-request, enhancement, feature]
5+
labels:
6+
- feature-request
7+
- enhancement
8+
- feature
69
body:
710
- type: markdown
811
attributes:

templates/issue-templates/support.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Ask a question or request support (not for bugs or feature requests)
22
name: "❓ Support Question"
33
description: Ask a question or request support (not for bugs or feature requests)
4-
labels: [question, support, help wanted]
4+
labels:
5+
- question
6+
- support
7+
- help wanted
58
body:
69
- type: markdown
710
attributes:

templates/issue-templates/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Report issues related to testing or quality assurance.
22
name: 🧪 Testing & QA
33
description: Report issues related to testing or quality assurance
4-
labels: [testing, QA, enhancement]
4+
labels:
5+
- testing
6+
- QA
7+
- enhancement
58
body:
69
- type: markdown
710
attributes:
@@ -32,7 +35,7 @@ body:
3235
validations:
3336
required: true
3437

35-
- type: textarea
38+
- type: textareahelp wanted
3639
id: steps
3740
attributes:
3841
label: Steps to Reproduce

0 commit comments

Comments
 (0)