Skip to content

Commit

Permalink
[ISSUE mxsm#2135]📝Update Issues template (mxsm#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Jan 7, 2025
1 parent 866d142 commit b4c511a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name: Bug Report
title: "[Bug🐛] Bug title "
description: Create a report to help us identify any unintended flaws, errors, or faults.
labels: [ "bug" ]
labels: [ "bug🐛" ]
body:
- type: checkboxes
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name: Documentation Related
title: "[Doc📝] Documentation Related "
description: I find some issues related to the documentation.
labels: [ "documentation" ]
labels: [ "documentation📝" ]
body:
- type: checkboxes
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name: Enhancement Request
title: "[Enhancement⚡️] Enhancement title"
description: Suggest an enhancement for this project
labels: [ "enhancement" ]
labels: [ "enhancement⚡️" ]
body:
- type: checkboxes
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name: Feature Request
title: "[Feature🚀] New feature title"
description: Suggest an idea for this project.
labels: [ "feature" ]
labels: [ "feature🚀" ]
body:
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/refactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name: Code Refactor
title: "[Refactor♻️]short description of the refactor"
description: Template for creating issues related to code refactoring
labels: [ 'refactor' ]
labels: [ 'refactor♻️' ]

body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name: Unit Test
title: "[Unit Test🧪] Unit test title"
description: I want to do some unit tests for this project
labels: [ "testing" ]
labels: [ "testing🧪" ]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit b4c511a

Please sign in to comment.