Skip to content

Commit 38293d3

Browse files
dhimmeljowens
authored andcommitted
MAINT: Minor touch-ups to GitHub PULL_REQUEST_TEMPLATE (pandas-dev#17207)
Remove leading space from task-list so that tasks aren't nested.
1 parent e9c7f29 commit 38293d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- [ ] closes #xxxx
2-
- [ ] tests added / passed
3-
- [ ] passes ``git diff upstream/master -u -- "*.py" | flake8 --diff``
4-
- [ ] whatsnew entry
1+
- [ ] closes #xxxx
2+
- [ ] tests added / passed
3+
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
4+
- [ ] whatsnew entry

0 commit comments

Comments
 (0)