We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4e468 commit 133695fCopy full SHA for 133695f
.github/pull_request_template.md
@@ -29,9 +29,7 @@ Please describe the test(s) that you added and ran to verify your changes.
29
- [ ] New and existing unit tests pass locally with my changes
30
- [ ] I have used understandable variable names
31
- [ ] I have squashed my commits into a single commit ready for review
32
-- [ ] I have run `git-clang-format` on my changes
+- [ ] I have run `git-clang-format HEAD~` on my changes
33
- [ ] I have made corresponding changes to the documentation
34
- [ ] I have performed a self-review of my own code
35
- [ ] I have commented my code, particularly in hard-to-understand areas
36
-- [ ] My changes generate no new warnings
37
-
0 commit comments