We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04db7d6 commit 97368e9Copy full SHA for 97368e9
2 files changed
.github/ISSUE_TEMPLATE/bug.yaml
@@ -1,7 +1,6 @@
1
name: Bug Report
2
description: File a bug report.
3
-title: "[Bug]: "
4
-# type: Bug ## Not supported yet, despite docs saying otherwise: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms#top-level-syntax
+type: Bug
5
body:
6
- type: markdown
7
attributes:
.github/ISSUE_TEMPLATE/rfe.yaml
name: Feature request
description: Suggest an idea for this project.
-title: "[RFE]: "
-# type: Feature ## Not supported yet, despite docs saying otherwise: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms#top-level-syntax
+type: Feature
0 commit comments