We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948173d commit 7e4a466Copy full SHA for 7e4a466
2 files changed
.github/ISSUE_TEMPLATE/0_bug_report.yml
@@ -1,7 +1,7 @@
1
name: Bug report
2
description: Create a report to help us improve
3
labels: ["type: 🐛 bug"]
4
-type: 'Bug'
+type: Bug
5
assignees:
6
- Rakambda
7
body:
.github/ISSUE_TEMPLATE/1_feature_request.yml
@@ -1,14 +1,14 @@
name: Feature request
description: Suggest an idea for this project
labels: ["type: 🧱 enhancement"]
-type: 'Enhancement'
+type: Enhancement
8
- type: textarea
9
id: describing
10
attributes:
11
label: Description
12
- description: Describe the feature/enhacement you wish to have
+ description: Describe the feature/enhancement you wish to have
13
validations:
14
required: true
0 commit comments