summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-11-20 13:29:42 +0900
committerYuki Okushi <jtitor@2k36.org>2022-11-20 13:29:42 +0900
commit0effd9bd1cdb6851a3b0e980062cf31ee0391fc0 (patch)
tree8dcde0eb9800b4735a69523886024ac376ca1a1c /.github
parentcea201b12f1c8460c475dc20a7d4e72c4a957fd5 (diff)
downloadrust-libc-0effd9bd1cdb6851a3b0e980062cf31ee0391fc0.tar.gz
Add pull request template
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md10
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.