diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-10-03 12:26:22 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-10-03 12:26:22 -0400 |
commit | d55243ea48b06d82584ec0ead0de5dc72b70be8f (patch) | |
tree | 0f7bbc00e9c773cce660b8b1c4c3fcadb70e3d6f /.github | |
parent | e6b8b19ee832ae89289721301a4f5afcd454ec4f (diff) | |
download | numpy-d55243ea48b06d82584ec0ead0de5dc72b70be8f.tar.gz |
DOC: Fix "Feature request" spelling in issue templates
"Request" had an upper-case R, inconsistent with Google style and
other template items.
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. --- |