Skip to content

Commit 0eeb66f

Browse files
authored
Update issue default labels and subjects (#21)
1 parent bf86df6 commit 0eeb66f

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/1-bug-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: "🐞 Bug Report"
33
about: "Report an issue to help the project improve."
4-
title: "[Bug] "
5-
labels: "Type: Bug"
4+
title: "Bug: "
5+
labels: ["bug"]
66
assignees: webtonize
77

88
---

.github/ISSUE_TEMPLATE/2-docs-bug-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: "📚 Documentation or README.md issue report"
33
about: "Report an issue in the project's documentation or README.md file."
4-
title: ""
5-
labels: "Documentation"
4+
title: "Docs issue: "
5+
labels: ["documentation","bug"]
66
assignees: webtonize
77

88
---

.github/ISSUE_TEMPLATE/3-feature-request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: "🚀🆕 Feature Request"
33
about: "Suggest an idea or possible new feature for this project."
4-
title: ""
5-
labels: "Type: Feature"
4+
title: "Feature: "
5+
labels: ["enhancement"]
66
assignees: webtonize
77

88
---

.github/ISSUE_TEMPLATE/4-question-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: "❓ Question or Support Request"
33
about: "Questions and requests for support."
4-
title: ""
5-
labels: "Type: Question"
4+
title: "Support question:"
5+
labels: ["question"]
66
assignees: webtonize
77

88
---

0 commit comments

Comments
 (0)