Skip to content

Commit

Permalink
Update issue default labels and subjects (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
webtonize authored Mar 26, 2023
1 parent bf86df6 commit 0eeb66f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "🐞 Bug Report"
about: "Report an issue to help the project improve."
title: "[Bug] "
labels: "Type: Bug"
title: "Bug: "
labels: ["bug"]
assignees: webtonize

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/2-docs-bug-report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "📚 Documentation or README.md issue report"
about: "Report an issue in the project's documentation or README.md file."
title: ""
labels: "Documentation"
title: "Docs issue: "
labels: ["documentation","bug"]
assignees: webtonize

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3-feature-request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "🚀🆕 Feature Request"
about: "Suggest an idea or possible new feature for this project."
title: ""
labels: "Type: Feature"
title: "Feature: "
labels: ["enhancement"]
assignees: webtonize

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/4-question-support.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "❓ Question or Support Request"
about: "Questions and requests for support."
title: ""
labels: "Type: Question"
title: "Support question:"
labels: ["question"]
assignees: webtonize

---
Expand Down

0 comments on commit 0eeb66f

Please sign in to comment.