Skip to content

Commit e9074ca

Browse files
committed
fix: Second attenot at issue templates working
1 parent fff66aa commit e9074ca

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
---
21
name: Bug Report
32
description: Report a bug with the HullCSS Bot
43
title: '[BUG REPORT] <Concise description of the bug>'
54
labels: ['bug']
6-
---
75

86
### Bug Description
97
_A clear and concise description of what the problem is_

.github/ISSUE_TEMPLATE/feature-request.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
---
21
name: Feature request
32
about: Request a feature in this project
43
title: '[FEATURE REQUEST] <Name of the feature>'
5-
labels: 'enhancement'
6-
---
4+
labels: ['enhancement']
75

86
### Is your feature request related to a problem?
97
_A clear and concise description of what the problem is, e.g. I'm always frustrated when [...]._

0 commit comments

Comments
 (0)