Skip to content

Commit

Permalink
Update issue template labels #46
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Aug 23, 2023
1 parent 0db9edc commit 430252d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue_template_bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug Issue
about: For bugs and errors
title: Your title should make sense if said after "The issue is <your issue title>"
labels: "bug"
labels: ["status: active :construction:", "type: bug :bug:"]
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue_template_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature Issue
about: For new ideas, developments and features
title: Your title should make sense if said after "The issue is <your issue title>"
labels: "enhancement"
labels: ["status: active :construction:", "type: feature :hammer_and_wrench:"]
assignees: ""
---

Expand Down
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/issue_template_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
name: Release Issue
about: For a new release
title: Release - Minor Version - 0.1.0
labels: "enhancement"
labels:
[
"priority: critical :fire:",
"status: active :construction:",
"type: release :rocket:",
"part: github :octocat:",
]
assignees: "Ludee"
---

Expand Down

0 comments on commit 430252d

Please sign in to comment.