Skip to content

Commit c85b05c

Browse files
authored
chore: add issue templates for bug reports and feature requests (#538)
2 parents 5800260 + aafdbad commit c85b05c

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Report a bug
4+
---
5+
6+
## Description
7+
8+
A clear description of the bug.
9+
10+
## Steps to Reproduce
11+
12+
1. Go to '...'
13+
2. Click on '...'
14+
3. See error
15+
16+
## Expected Behavior
17+
18+
What you expected to happen.
19+
20+
## Actual Behavior
21+
22+
What actually happened.
23+
24+
## Environment
25+
26+
- OS:
27+
- Browser (if applicable):
28+
- Version/Commit:
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new feature or improvement
4+
---
5+
6+
## Description
7+
8+
A clear description of the feature or improvement.
9+
10+
## Motivation
11+
12+
Why is this feature needed? What problem does it solve?
13+
14+
## Proposed Solution
15+
16+
How do you imagine this feature working? (optional)
17+
18+
## Additional Context
19+
20+
Any other context, mockups, or examples. (optional)

0 commit comments

Comments
 (0)