diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2e544ea15..3a25eeb1e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,17 +1,23 @@ -<!-- Please describe the issue in detail here, and for bug reports fill in the -fields below --> +<!-- Please describe the issue in detail here, and fill in the fields below --> ### Reproducing code example: -<!-- A short code example that reproduces the problem. It should be +<!-- A short code example that reproduces the problem/missing feature. It should be self-contained, i.e., possible to run as-is via 'python myproblem.py' --> +```python +import numpy as np +<< your code here >> +``` + +<!-- Remove these sections for a feature request --> + ### Error message: <!-- If you are reporting a segfault please include a GDB traceback, which you can generate by following -[these instructions.](https://github.com/numpy/numpy/blob/master/doc/source/dev/development_environment.rst#debugging) --> +https://github.com/numpy/numpy/blob/master/doc/source/dev/development_environment.rst#debugging --> <!-- Full error message, if any (starting from line Traceback: ...) --> |