You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,28 @@
1
1
---
2
-
name: Bug report
3
-
about: Create a report to help us improve
2
+
name: Bug report / Feature request
3
+
about: 'Post a problem or idea'
4
4
title: ''
5
5
labels: ''
6
6
assignees: ''
7
7
8
8
---
9
9
10
10
#### MCVE Code Sample
11
-
12
-
In order for the maintainers to efficiently understand and prioritize issues, we ask you post a "Minimal, Complete and Verifiable Example" (MCVE): http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
11
+
<!-- In order for the maintainers to efficiently understand and prioritize issues, we ask you post a "Minimal, Complete and Verifiable Example" (MCVE): http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports -->
13
12
14
13
```python
15
14
# Your code here
16
15
17
16
```
18
17
19
-
#### Problem Description
18
+
#### Expected Output
20
19
21
-
[this should explain **why** the current behavior is a problem and why the expected output is a better solution.]
22
20
23
-
#### Expected Output
21
+
#### Problem Description
22
+
<!-- this should explain why the current behavior is a problem and why the expected output is a better solution -->
0 commit comments