Skip to content

Commit a964608

Browse files
committed
Auto merge of #3207 - JohnTitor:placeholder-pr-template, r=JohnTitor
Mention unstable values on PR template cc #3131
2 parents 4983ced + 4e82ee6 commit a964608

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Thanks for considering submitting a PR!
33
Here's a checklist for things that will be checked during review or continuous integration.
44

55
- \[ ] Edit corresponding file(s) under `libc-test/semver` when you add/remove item(s)
6+
- \[ ] Your PR doesn't contain any *unstable* values like `*LAST` or `*MAX` (see [#3131](https://github.com/rust-lang/libc/issues/3131))
7+
- \[ ] If your PR increments version number, it must not contain any other changes
68
- \[ ] `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+
- \[ ] `cd libc-test && cargo test`
10+
- (this might fail on your env due to environment difference between your env and CI. Ignore failures if you are not sure)
911

1012
Delete this line and everything above before opening your PR.

0 commit comments

Comments
 (0)