diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-10-03 17:16:17 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-10-03 17:16:17 -0400 |
commit | 49b10b0e32473441d84810fff236dbb0a5d11768 (patch) | |
tree | f8574684730447d7e51cfd84bb8d2b9d5b18758f /.github | |
parent | 1edd9693c2879e41d1f787a0731b49e286985c22 (diff) | |
download | numpy-49b10b0e32473441d84810fff236dbb0a5d11768.tar.gz |
DOC: Fix indents in PE #17440
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1f8d35aab..dee33ee5f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,13 +10,13 @@ * IF IT'S A NEW FEATURE OR API CHANGE, TEST THE WATERS:
- http://www.numpy.org/devdocs/dev/development_workflow.html#get-the-mailing-list-s-opinion
+ http://www.numpy.org/devdocs/dev/development_workflow.html#get-the-mailing-list-s-opinion
* HIT ALL THE GUIDELINES:
- https://numpy.org/devdocs/dev/index.html#guidelines
+ https://numpy.org/devdocs/dev/index.html#guidelines
* WHAT TO DO IF WE HAVEN'T GOTTEN BACK TO YOU:
- http://www.numpy.org/devdocs/dev/development_workflow.html#getting-your-pr-reviewed
+ http://www.numpy.org/devdocs/dev/development_workflow.html#getting-your-pr-reviewed
-->
|