Skip to content

Commit 7e41598

Browse files
committed
(issues) add templates
1 parent c5cf94e commit 7e41598

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Bug report
3+
about: Report any issues / bugs you've found. Could be a typo, visual issue, functional
4+
issue, etc.
5+
title: '(BUG)'
6+
labels: bug
7+
assignees: ''
8+
9+
---
10+
11+
## Describe the bug
12+
13+
A clear and concise description of what the bug is.
14+
15+
## Steps to reproduce
16+
17+
Describe us how we could reproduce the bug you're trying to report.
18+
19+
Example:
20+
21+
1. Go to '...'
22+
2. Click on '....'
23+
3. Scroll down to '....'
24+
4. See error
25+
26+
## Expected behavior
27+
28+
A clear and concise description of what you expected to happen when you encounter the bug.
29+
30+
## Screenshots
31+
32+
If applicable, add screenshots to help explain your problem.
33+
34+
## Device (please complete the following information)
35+
36+
- OS: [e.g. iOS, Windows 10, ...]
37+
- Browser: [e.g. Chrome 75, Safari 9]
38+
- Package version: [e.g. 2.2.0]
39+
40+
## Additional context
41+
42+
Add any other context about the problem here.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: '(FEATURE REQUEST)'
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Is your feature request related to a problem? Please describe
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
## Describe the solution you'd like
15+
16+
A clear and concise description of what you want to happen.
17+
18+
## Describe alternatives you've considered
19+
20+
A clear and concise description of any alternative solutions or features you've considered.
21+
22+
## Additional context
23+
24+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)