summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelissaWM <melissawm@gmail.com>2020-09-09 16:32:42 -0300
committerMelissaWM <melissawm@gmail.com>2020-09-09 16:32:42 -0300
commitf25a376cbd89512516f7fc458815f0c4159d7ff9 (patch)
treeab78a0f87265973562dee86556ab6bcd5c0fb988
parent66de9eb30017c2950cecf046c0626fa983e347b6 (diff)
downloadnumpy-f25a376cbd89512516f7fc458815f0c4159d7ff9.tar.gz
Added labels to doc and post-install templates.
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml1
-rw-r--r--.github/ISSUE_TEMPLATE/documentation.md1
-rw-r--r--.github/ISSUE_TEMPLATE/post-install.md1
3 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 3027d6650..adfff81bd 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,4 +1,3 @@
-blank_issues_enabled: false
contact_links:
- name: Question/Help/Support
url: https://numpy.org/gethelp/
diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md
index b0435a565..67e04c8af 100644
--- a/.github/ISSUE_TEMPLATE/documentation.md
+++ b/.github/ISSUE_TEMPLATE/documentation.md
@@ -1,6 +1,7 @@
---
name: "Documentation"
about: Report an issue related to the NumPy documentation
+labels: 04 - Documentation
---
diff --git a/.github/ISSUE_TEMPLATE/post-install.md b/.github/ISSUE_TEMPLATE/post-install.md
index fb8b35076..c0ec7896a 100644
--- a/.github/ISSUE_TEMPLATE/post-install.md
+++ b/.github/ISSUE_TEMPLATE/post-install.md
@@ -1,6 +1,7 @@
---
name: "Post-install/importing issue"
about: If you have trouble importing or using NumPy after installation
+labels: 32 - Installation
---