From 471ada7e64d7d8b6cee2d1095a9cdef2a6e8840b Mon Sep 17 00:00:00 2001 From: mattip Date: Fri, 6 Jul 2018 10:17:02 -0700 Subject: fixes from review --- .github/ISSUE_TEMPLATE.md | 14 ++++++++++---- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 2 files changed, 14 insertions(+), 8 deletions(-) (limited to '.github') 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 @@ - + ### Reproducing code example: - +```python +import numpy as np +<< your code here >> +``` + + + ### Error message: +https://github.com/numpy/numpy/blob/master/doc/source/dev/development_environment.rst#debugging --> 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 @@ - + - + -- cgit v1.2.1