Skip to content

Commit 4e82ee6

Browse files
committed
Mention unstable values on PR template
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 9cc7781 commit 4e82ee6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+4-2
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)