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.
2 parents db2b861 + f3b56bb commit ee9da46Copy full SHA for ee9da46
.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -1,6 +1,6 @@
1
name: Bug Report
2
description: Something is not working
3
-title: '[BUG] <title>'
+title: 'bug: <title>'
4
labels: [bug]
5
body:
6
- type: checkboxes
.github/ISSUE_TEMPLATE/feature_request.yaml
name: Feature Request
description: Suggest an idea for this project
-title: '[FEAT] <title>'
+title: 'feat: <title>'
labels: [feature-request]
.github/ISSUE_TEMPLATE/syntax-highlighting.yaml
name: Syntax Highlighting
description: Spotted a bug in the Syntax Highlighting
-title: '[SYNTAX] <title>'
+title: 'bug(syntax): <title>'
labels: [syntax-highlight]
0 commit comments