Skip to content

Commit 0effd9b

Browse files
committed
Add pull request template
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent cea201b commit 0effd9b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Thanks for considering submitting a PR!
2+
3+
Here's a checklist for things that will be checked during review or continuous integration.
4+
5+
- \[ ] Edit corresponding file(s) under `libc-test/semver` when you add/remove item(s)
6+
- \[ ] `rustc ci/style.rs && ./style src`
7+
- \[ ] `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.)
8+
- \[ ] Your PR that bumps up the crate version doesn't contain any other changes
9+
10+
Delete this line and everything above before opening your PR.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ it. If you'd like to get a release out ASAP you can follow these steps:
8686
1. Increment the patch version number in `Cargo.toml` and `libc-test/Cargo.toml`.
8787
1. Send a PR to this repository. It should [look like this][example-pr], but it'd
8888
also be nice to fill out the description with a small rationale for the
89-
release (any rationale is ok though!)
89+
release (any rationale is ok though!).
9090
1. Once merged, the release will be tagged and published by one of the libc crate
9191
maintainers.
9292

0 commit comments

Comments
 (0)