summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-07-05 22:08:51 -0700
committermattip <matti.picus@gmail.com>2018-07-05 22:08:51 -0700
commit9f227da2d03323d6c44a593891cb0e38f8797b18 (patch)
tree55cd7e729015cede402b3ba5760269f2f8c6a781
parentd7c992445eb69867b3bd3180810a6106a6cbf748 (diff)
downloadnumpy-9f227da2d03323d6c44a593891cb0e38f8797b18.tar.gz
reformat as html comments
-rw-r--r--.github/ISSUE_TEMPLATE.md24
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
2 files changed, 16 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index fd18c3e08..2e544ea15 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,23 +1,21 @@
-<<Please describe the issue in detail here, and for bug reports fill in the fields below.>>
+<!-- Please describe the issue in detail here, and for bug reports fill in the
+fields below -->
### Reproducing code example:
-```
-<<A short code example that reproduces the problem. It should be self-contained, i.e., possible to run as-is via 'python myproblem.py'>>
-```
+
+<!-- A short code example that reproduces the problem. It should be
+self-contained, i.e., possible to run as-is via 'python myproblem.py' -->
### 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)
-```
-<<Full error message, if any (starting from line Traceback: ...)>>
-```
+<!-- 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) -->
+
+<!-- Full error message, if any (starting from line Traceback: ...) -->
### Numpy/Python version information:
-```
-<<Output from 'import sys, numpy; print(numpy.__version__, sys.version)'>>
-```
+<!-- Output from 'import sys, numpy; print(numpy.__version__, sys.version)' -->
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 7b244ad51..ab2e458ab 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1 +1,5 @@
-Be sure you are following the instructions in the [dev guidelines](http://www.numpy.org/devdocs/dev/gitwash/development_workflow.html) especially include a properly formatted [commit message](http://www.numpy.org/devdocs/dev/gitwash/development_workflow.html#writing-the-commit-message).
+<!-- 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). -->