Skip to content

Commit f26b049

Browse files
jankatinsjreback
authored andcommitted
COMPAT: Require a problem description in issues
Currently some issues are just code examples without a description **why** a change should be done. This leads to problems when (years later) the current behaviour is questioned and no one can remember why it was changed. closes #14032
1 parent 4a1a330 commit f26b049

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/ISSUE_TEMPLATE.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
#### A small, complete example of the issue
1+
#### Code Sample, a copy-pastable example if possible
22

33
```python
44
# Your code here
55

66
```
7+
#### Problem description
8+
9+
[this should explain **why** the current behaviour is a problem and why the expected output is a better solution.]
710

811
#### Expected Output
912

0 commit comments

Comments
 (0)