Skip to content

Commit 133695f

Browse files
authored
Update pull_request_template.md
1 parent 9d4e468 commit 133695f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ Please describe the test(s) that you added and ran to verify your changes.
2929
- [ ] New and existing unit tests pass locally with my changes
3030
- [ ] I have used understandable variable names
3131
- [ ] I have squashed my commits into a single commit ready for review
32-
- [ ] I have run `git-clang-format` on my changes
32+
- [ ] I have run `git-clang-format HEAD~` on my changes
3333
- [ ] I have made corresponding changes to the documentation
3434
- [ ] I have performed a self-review of my own code
3535
- [ ] I have commented my code, particularly in hard-to-understand areas
36-
- [ ] My changes generate no new warnings
37-

0 commit comments

Comments
 (0)