From 9f227da2d03323d6c44a593891cb0e38f8797b18 Mon Sep 17 00:00:00 2001 From: mattip Date: Thu, 5 Jul 2018 22:08:51 -0700 Subject: reformat as html comments --- .github/ISSUE_TEMPLATE.md | 24 +++++++++++------------- .github/PULL_REQUEST_TEMPLATE.md | 6 +++++- 2 files changed, 16 insertions(+), 14 deletions(-) (limited to '.github') 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 @@ -<> + ### Reproducing code example: -``` -<> -``` + + ### 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) -``` -<> -``` + + + ### Numpy/Python version information: -``` -<> -``` + 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). + + + -- cgit v1.2.1