Skip to content

Commit

Permalink
COMPAT: Require a problem description in issues
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jankatins authored and jreback committed Nov 18, 2016
1 parent 4a1a330 commit f26b049
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#### A small, complete example of the issue
#### Code Sample, a copy-pastable example if possible

```python
# Your code here

```
#### Problem description

[this should explain **why** the current behaviour is a problem and why the expected output is a better solution.]

#### Expected Output

Expand Down

0 comments on commit f26b049

Please sign in to comment.