summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-07-06 10:17:02 -0700
committermattip <matti.picus@gmail.com>2018-07-06 10:17:02 -0700
commit471ada7e64d7d8b6cee2d1095a9cdef2a6e8840b (patch)
tree002df4eb27661f009def922340507429ccc6a3ac
parent9f227da2d03323d6c44a593891cb0e38f8797b18 (diff)
downloadnumpy-471ada7e64d7d8b6cee2d1095a9cdef2a6e8840b.tar.gz
fixes from review
-rw-r--r--.github/ISSUE_TEMPLATE.md14
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md8
2 files changed, 14 insertions, 8 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: ...) -->
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index ab2e458ab..d4f7a8a86 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,5 +1,5 @@
-<!-- Be sure you are following the instructions in the
-[dev guidelines](http://www.numpy.org/devdocs/dev/gitwash/development_workflow.html) -->
+<!-- Be sure you are following the instructions in the dev guidelines
+http://www.numpy.org/devdocs/dev/gitwash/development_workflow.html -->
-<!-- Include a properly formatted
-[commit message](http://www.numpy.org/devdocs/dev/gitwash/development_workflow.html#writing-the-commit-message). -->
+<!-- Include a properly formatted commit message
+http://www.numpy.org/devdocs/dev/gitwash/development_workflow.html#writing-the-commit-message -->