diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..a4958ba8c5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +Thanks for considering submitting a PR! + +Here's a checklist for things that will be checked during review or continuous integration. + +- \[ ] Edit corresponding file(s) under `libc-test/semver` when you add/remove item(s) +- \[ ] `rustc ci/style.rs && ./style src` +- \[ ] `cd libc-test && cargo test` (This might fail on your env due to environment difference between your env and CI. Ignore failures if you are not sure.) +- \[ ] Your PR that bumps up the crate version doesn't contain any other changes + +Delete this line and everything above before opening your PR. |