-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #3006 - JohnTitor:pr-template, r=JohnTitor
Add pull request template Signed-off-by: Yuki Okushi <jtitor@2k36.org>
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters