We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96db4df commit 3ee2b66Copy full SHA for 3ee2b66
.github/ISSUE_TEMPLATE/bug.yaml
@@ -3,6 +3,7 @@ name: Bug report
3
description: Create an issue to help us improve
4
title: '[BUG] <Software> - <Summary>'
5
labels: ['BUG','TRIAGE']
6
+type: "Bug"
7
body:
8
- type: markdown
9
attributes:
.github/ISSUE_TEMPLATE/feature.yaml
@@ -2,6 +2,7 @@ name: Feature Request
2
description: File a feature request.
title: '[FEATURE]: <Software> - <Summary>'
labels: ['FEATURE','TRIAGE']
+type: "Feature"
0 commit comments