summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Nathanson <github@bigriver.xyz>2020-10-03 12:16:08 -0400
committerBen Nathanson <github@bigriver.xyz>2020-10-03 12:16:08 -0400
commit92a3c76976a7a791933160544bb73cd37c28da6a (patch)
tree34dc947c8ff05cb1d7658130c49e29c9e8d8a451
parente6b8b19ee832ae89289721301a4f5afcd454ec4f (diff)
downloadnumpy-92a3c76976a7a791933160544bb73cd37c28da6a.tar.gz
DOC: Security warning for issues template
Tag for "Bug report" now warns not to file security vulnerabilities. Fixes gh-17434.
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
index d2df08689..78ffc1063 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -1,6 +1,6 @@
---
-name: "Bug Report"
-about: Submit a bug report to help us improve NumPy
+name: "Bug report"
+about: Report a bug. Not for security vulnerabilities -- see below.
---