From 66de9eb30017c2950cecf046c0626fa983e347b6 Mon Sep 17 00:00:00 2001 From: MelissaWM Date: Tue, 8 Sep 2020 19:41:52 -0300 Subject: Added post-install issue template and responses to PR comments. --- .github/ISSUE_TEMPLATE.md | 27 --------------------------- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 4 ++-- .github/ISSUE_TEMPLATE/post-install.md | 20 ++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 2 +- 5 files changed, 24 insertions(+), 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/post-install.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 3a25eeb1e..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ - - - -### Reproducing code example: - - - -```python -import numpy as np -<< your code here >> -``` - - - -### Error message: - - - - - -### Numpy/Python version information: - - - diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 123498224..d2df08689 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -24,7 +24,7 @@ https://github.com/numpy/numpy/blob/master/doc/source/dev/development_environmen -### Numpy/Python version information: +### NumPy/Python version information: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 38d64710b..a6a3ca423 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -10,7 +10,7 @@ If you're looking to request a new feature or change in functionality, including adding or changing the meaning of arguments to an existing function, please post your idea on the [numpy-discussion mailing list] (https://mail.python.org/mailman/listinfo/numpy-discussion) to explain your -reasoning before you open an issue or pull request. You can also check out our -[Contributor Guide] +reasoning in addition to opening an issue or pull request. You can also check +out our [Contributor Guide] (https://github.com/numpy/numpy/blob/master/doc/source/dev/index.rst) if you need more information. diff --git a/.github/ISSUE_TEMPLATE/post-install.md b/.github/ISSUE_TEMPLATE/post-install.md new file mode 100644 index 000000000..fb8b35076 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/post-install.md @@ -0,0 +1,20 @@ +--- +name: "Post-install/importing issue" +about: If you have trouble importing or using NumPy after installation + +--- + + + +### Steps to reproduce: + + + +### Error message: + + + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1f313fd75..528580a8e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,6 @@ http://www.numpy.org/devdocs/dev/development_workflow.html http://www.numpy.org/devdocs/dev/development_workflow.html#writing-the-commit-message --> - -- cgit v1.2.1