Skip to content

Commit ebe9421

Browse files
authored
Update issue templates
1 parent daabd26 commit ebe9421

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-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: Create a report to help us improve
4+
title: "[BUG] "
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
> **IMPORTANT:** If you are posting code or output, please make sure you wrap it with [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/) so that it is readable.
11+
12+
#### Description
13+
14+
A clear and concise description of what the bug is.
15+
16+
#### Steps to Reproduce
17+
18+
Steps to reproduce the behavior:
19+
20+
1. Go to '...'
21+
2. Click on '....'
22+
3. Scroll down to '....'
23+
4. See error
24+
25+
#### Expected Behavior
26+
27+
A clear and concise description of what you expected to happen.
28+
29+
#### Actual Behavior
30+
31+
A clear and concise description of what you expected to happen.
32+
33+
#### Possible Solutions
34+
35+
If you have already ideas how to solve the issue, add them here. (remove this section if not needed)
36+
37+
#### Environment
38+
39+
Relevant information about your environment.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: "[???] "
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[ENH] "
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
> **IMPORTANT:** If you are posting code or output, please make sure you wrap it with [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/) so that it is readable.
11+
12+
#### Is your feature request related to a problem? Please describe.
13+
14+
A clear and concise description of what the problem is (e.g., “I'm always frustrated when []”).
15+
16+
#### Describe the solution you'd like
17+
18+
A clear and concise description of what you want to happen.
19+
20+
#### Describe alternatives you've considered
21+
22+
A clear and concise description of any alternative solutions or features you've considered.
23+
24+
#### Additional context
25+
26+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)