diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-10-03 20:46:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 20:46:47 +0300 |
commit | 88eda2f2f430e2f3b7e580fe38ac31e4c5fac942 (patch) | |
tree | 350b3a1258a873a470abe8207a0b0dff92834385 /.github | |
parent | 86fe6658e8ae9dc70825df110d444e3780ad1ad8 (diff) | |
parent | d55243ea48b06d82584ec0ead0de5dc72b70be8f (diff) | |
download | numpy-88eda2f2f430e2f3b7e580fe38ac31e4c5fac942.tar.gz |
Merge pull request #17436 from bjnath/issue-template-spelling
DOC: Fix "Feature request" spelling in issue templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 0be94f928..00c6f59c5 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,5 +1,5 @@ --- -name: "Feature Request" +name: "Feature request" about: Check instructions for submitting your idea on the mailing list first. --- |