summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelissaWM <melissawm@gmail.com>2020-09-02 19:22:02 -0300
committerMelissaWM <melissawm@gmail.com>2020-09-02 19:22:02 -0300
commit199448294c937e82127cb648fd4dd380a46d8d58 (patch)
treef3f0ce15050f54ffb4c6b8b58b4351a335c33265
parent0a921a8d282e41127c85d504e2569bfea05a7ec0 (diff)
downloadnumpy-199448294c937e82127cb648fd4dd380a46d8d58.tar.gz
Responding to PR suggestions.
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml8
-rw-r--r--.github/ISSUE_TEMPLATE/documentation.md7
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.md3
-rw-r--r--.github/ISSUE_TEMPLATE/questions-help-support.md16
4 files changed, 13 insertions, 21 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..3027d6650
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: false
+contact_links:
+ - name: Question/Help/Support
+ url: https://numpy.org/gethelp/
+ about: "If you have a question, please look at the listed resources available on the website."
+ - name: Development-related matters
+ url: https://numpy.org/community/
+ about: "If you would like to discuss development-related matters or need help from the NumPy team, see our community's communication channels."
diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md
index cc249e33f..b0435a565 100644
--- a/.github/ISSUE_TEMPLATE/documentation.md
+++ b/.github/ISSUE_TEMPLATE/documentation.md
@@ -9,13 +9,12 @@ about: Report an issue related to the NumPy documentation
<!-- If this is an issue with the current documentation for NumPy (i.e.
incomplete/innacurate docstring, unclear explanation in any part of the
documentation), make sure to leave a reference to the document/code you're
-referring to. -->
+referring to. You can also check the development version of the documentation
+and see if this issue has already been addressed: https://numpy.org/devdocs/
+-->
<!-- If this is an idea or a request for content, please describe as clearly as
possible what topics you think are missing from the current documentation. Make
sure to check https://github.com/numpy/numpy-tutorials and see if this issue
might be more appropriate there. -->
-<!-- If this is about the content in https://numpy.org, please open an issue at
-the https://github.com/numpy/numpy.org repo instead. -->
-
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md
index 96faf6aab..38d64710b 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.md
+++ b/.github/ISSUE_TEMPLATE/feature-request.md
@@ -6,7 +6,8 @@ about: Check instructions for submitting your idea on the mailing list first.
## Feature
-If you're looking to request a new feature or change in functionality, please
+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
diff --git a/.github/ISSUE_TEMPLATE/questions-help-support.md b/.github/ISSUE_TEMPLATE/questions-help-support.md
deleted file mode 100644
index c170ed374..000000000
--- a/.github/ISSUE_TEMPLATE/questions-help-support.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-name: "Questions/Help/Support"
-about: Resources to get help and support about NumPy.
-
----
-
-## Questions and Help
-
-### Please note that this issue tracker is not a help form and this issue will
-be closed.
-
-If you need help, we have a set of [listed resources available on the website]
-(https://numpy.org/gethelp/).
-
-For NumPy development-related matters, please see [Community]
-(https://numpy.org/community/).