Skip to content

Commit 22e7fcb

Browse files
committed
Add issue templates
1 parent 026c6e9 commit 22e7fcb

File tree

3 files changed

+95
-0
lines changed

3 files changed

+95
-0
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: '🐛 Bug Report'
3+
about: Something isn't working
4+
labels: "Type: Bug 🐛"
5+
---
6+
7+
# Issue summary
8+
9+
Write a short description of the issue here ↓
10+
11+
12+
## Expected behavior
13+
14+
What do you think should happen?
15+
16+
17+
## Actual behavior
18+
19+
What actually happens?
20+
21+
Tip: include an error message (in a `<details></details>` tag) if your issue is related to an error
22+
23+
24+
## Steps to reproduce the problem
25+
26+
1.
27+
2.
28+
3.
29+
30+
## Reduced test case
31+
32+
The best way to get your bug fixed is to provide a [reduced test case](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Reducing_testcases).
33+
34+
35+
---
36+
37+
## Checklist
38+
39+
- [ ] I have described this issue in a way that is actionable (if possible)

.github/ISSUE_TEMPLATE/ENHANCEMENT.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: '📈 Enhancement'
3+
about: Enhancement to our codebase that isn't a adding or changing a feature
4+
labels: "Type: Enhancement 📈"
5+
---
6+
7+
## Overview/summary
8+
9+
...
10+
11+
## Motivation
12+
13+
> What inspired this enhancement?
14+
15+
...
16+
17+
### Area
18+
19+
- [ ] Add any relevant `Area: <area>` labels to this issue
20+
21+
22+
---
23+
24+
## Checklist
25+
26+
- [ ] I have described this enhancement in a way that is actionable (if possible)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: '🙌 Feature Request'
3+
about: Suggest a new feature, or changes to an existing one
4+
labels: "Type: Feature Request :raised_hands:"
5+
---
6+
7+
## Overview
8+
9+
...
10+
11+
## Type
12+
13+
- [ ] New feature
14+
- [ ] Changes to existing features
15+
16+
## Motivation
17+
18+
> What inspired this feature request? What problems were you facing?
19+
20+
...
21+
22+
### Area
23+
24+
- [ ] Add any relevant `Area: <area>` labels to this issue
25+
26+
---
27+
28+
## Checklist
29+
30+
- [ ] I have described this feature request in a way that is actionable (if possible)

0 commit comments

Comments
 (0)