You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,10 @@ Thanks for considering submitting a PR!
3
3
Here's a checklist for things that will be checked during review or continuous integration.
4
4
5
5
-\[] 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
6
8
-\[]`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)
9
11
10
12
Delete this line and everything above before opening your PR.
0 commit comments