File tree 4 files changed +38
-1
lines changed
4 files changed +38
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a bug report to help us reproduce and fix it.
4
+ title : " <Please write a descriptive title>"
5
+ labels : ["bug"]
6
+ ---
7
+
8
+ ## Summary
9
+
10
+ ## Expected results
11
+
12
+ ## Actual results
13
+
14
+ ## Steps to reproduce
15
+
16
+ ## Environment
17
+
18
+ Please include the outputs of ` python --version ` and ` pip list ` .
19
+
20
+ ## Additional information
Original file line number Diff line number Diff line change
1
+ # Configuration: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository
2
+
3
+ blank_issues_enabled : true
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : New feature
3
+ about : Request a new feature.
4
+ title : " <Please write a descriptive title>"
5
+ labels : ["enhancement"]
6
+ ---
7
+
8
+ ## What
9
+
10
+ ## Why
11
+
12
+ ## How
13
+
14
+ ## Additional information
Original file line number Diff line number Diff line change 6
6
7
7
## Testing
8
8
9
- ## Anything else
9
+ ## Additional information
You can’t perform that action at this time.
0 commit comments