Skip to content

Commit bf6bb36

Browse files
committed
Fix issue template, leave yaml frontmatter alone
1 parent 7f648d1 commit bf6bb36

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
<!--
2-
⚠️ Before posting your issue, please check our FAQ:
3-
4-
https://github.com/js-cookie/js-cookie/wiki/Frequently-Asked-Questions
5-
-->
6-
71
---
8-
92
name: Bug report
103
about: Create a report to help us improve
114
title: ''
125
labels: ''
136
assignees: ''
14-
157
---
168

9+
<!--
10+
⚠️ Before posting your issue, please check our FAQ:
11+
12+
https://github.com/js-cookie/js-cookie/wiki/Frequently-Asked-Questions
13+
-->
14+
1715
**Describe the bug**
1816
A clear and concise description of what the bug is.
1917

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
<!--
2-
⚠️ Before posting your issue, please check our FAQ:
3-
4-
https://github.com/js-cookie/js-cookie/wiki/Frequently-Asked-Questions
5-
-->
6-
71
---
8-
92
name: Feature request
103
about: Suggest an idea for this project
114
title: ''
125
labels: ''
136
assignees: ''
14-
157
---
168

9+
<!--
10+
⚠️ Before posting your issue, please check our FAQ:
11+
12+
https://github.com/js-cookie/js-cookie/wiki/Frequently-Asked-Questions
13+
-->
14+
1715
**Is your feature request related to a problem? Please describe.**
1816
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1917

0 commit comments

Comments
 (0)