We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff66aa commit e9074caCopy full SHA for e9074ca
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,9 +1,7 @@
1
----
2
name: Bug Report
3
description: Report a bug with the HullCSS Bot
4
title: '[BUG REPORT] <Concise description of the bug>'
5
labels: ['bug']
6
7
8
### Bug Description
9
_A clear and concise description of what the problem is_
.github/ISSUE_TEMPLATE/feature-request.yml
name: Feature request
about: Request a feature in this project
title: '[FEATURE REQUEST] <Name of the feature>'
-labels: 'enhancement'
+labels: ['enhancement']
### Is your feature request related to a problem?
_A clear and concise description of what the problem is, e.g. I'm always frustrated when [...]._
0 commit comments