Skip to content

Commit 407e35c

Browse files
authored
Merge pull request #100 from AxonJsLabs/MR-MKZ-issue-templates-2
chore: update issue templates
2 parents 3187def + 7f1a2c2 commit 407e35c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: "\U0001F41B Bug Report"
22
description: "If something isn't working as expected \U0001F914"
3-
title: "[Bug]:"
4-
labels: ["type: potential issue :broken_heart:"]
3+
title: "[Bug]: "
4+
labels: ["Bug 🪲"]
5+
assignees: ["mr-mkz"]
6+
projects: ["AxonJsLabs/1"]
57
body:
68
- type: checkboxes
79
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: "\U0001F680 Feature Request"
22
description: "I have a suggestion \U0001F63B!"
3-
title: "[Parser]:"
4-
labels: ["type: enhancement :wolf:"]
3+
title: "[Feat]: "
4+
labels: ["Enhancement 💡"]
5+
assignees: ["mr-mkz"]
6+
projects: ["AxonJsLabs/1"]
57
body:
68
- type: checkboxes
79
attributes:

0 commit comments

Comments
 (0)