Skip to content

Commit aa09de7

Browse files
committed
docs(ISSUE_TEMPLATES): initial version
1 parent 3a61c22 commit aa09de7

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/01_bug.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "🐛 Bug Report"
3+
about: "If something isn't working as expected 🤔"
4+
labels: bug
5+
---
6+
7+
<!-- Please replace all placeholders such as this below -->
8+
9+
**What happened?**
10+
11+
<!-- Describe the problem and how to reproduce it. Add screenshots or a link to your repository if possible and helpful -->
12+
13+
**What did you expect to happen?**
14+
15+
<!-- Describe what you expected to happen instead -->
16+
17+
**What the problem might be**
18+
19+
<!-- If you have an idea where the bug might lie, please share here. Otherwise remove the whole section -->

Diff for: .github/ISSUE_TEMPLATE/02_feature_request.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "🧚‍♂️ Feature Request"
3+
about: "Wouldn’t it be nice if 💭"
4+
labels: feature
5+
---
6+
7+
<!-- Please replace all placeholders such as this below -->
8+
9+
**What’s missing?**
10+
11+
<!-- Describe your feature idea -->
12+
13+
**Why?**
14+
15+
<!-- Describe the problem you are facing -->
16+
17+
**Alternatives you tried**
18+
19+
<!-- Describe the workarounds you tried so far and how they worked for you -->

0 commit comments

Comments
 (0)