Skip to content

Commit 3c29cbf

Browse files
committedAug 10, 2020
fix: add correct headers to issue templates
1 parent 2a5f741 commit 3c29cbf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/bug-report.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: Bug Report
3+
about: Bugs, missing documentation, or unexpected behavior 🤔.
4+
---
5+
16
# Reporting a Bug?
27

38
Please include either a failing unit test or a simple reproduction. You can start by forking the [CodeSandbox example](https://codesandbox.io/s/wkxvy3z15w)

‎.github/ISSUE_TEMPLATE/feature-request.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: Feature request
3+
about: Ideas and suggestions
4+
---
5+
16
# Requesting a Feature?
27

38
Provide as much information as possible about your requested feature. Here are a few questions you may consider answering:

0 commit comments

Comments
 (0)
Failed to load comments.