Skip to content

Commit a8871c2

Browse files
Create pull_request_template.md
1 parent ec2e696 commit a8871c2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!--
2+
You must run clang-format, otherwise your change may not pass the tests on CI
3+
We recommend using pre-commit.
4+
5+
To use:
6+
pre-commit run -a
7+
Or:
8+
pre-commit install # (runs every time you commit in git)
9+
10+
See https://github.com/pre-commit/pre-commit
11+
-->

0 commit comments

Comments
 (0)