Skip to content

Commit

Permalink
MAINT: Minor touch-ups to GitHub PULL_REQUEST_TEMPLATE (#17207)
Browse files Browse the repository at this point in the history
Remove leading space from task-list so that tasks aren't nested.
  • Loading branch information
dhimmel authored and gfyoung committed Aug 9, 2017
1 parent 556effc commit 073c145
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes ``git diff upstream/master -u -- "*.py" | flake8 --diff``
- [ ] whatsnew entry
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry

0 comments on commit 073c145

Please sign in to comment.