Skip to content

Commit e4b69b4

Browse files
authored
Merge pull request #3808 from tgross35/pr-template
Add a note asking for headers or documentation in PRs
2 parents ee9fc6e + 966c359 commit e4b69b4

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
Thanks for considering submitting a PR!
22

3-
We have the [contribution guide](https://github.com/rust-lang/libc/blob/main/CONTRIBUTING.md). Please read it if you're new here!
3+
We have the
4+
[contribution guide](https://github.com/rust-lang/libc/blob/main/CONTRIBUTING.md).
5+
Please read it if you're new here!
46

5-
Here's a checklist for things that will be checked during review or continuous integration.
7+
Here is a checklist for things that will be checked during review or continuous
8+
integration:
69

7-
- \[ ] Edit corresponding file(s) under `libc-test/semver` when you add/remove item(s), e.g. edit `linux.txt` if you add an item to `src/unix/linux_like/linux/mod.rs`
8-
- \[ ] Your PR doesn't contain any private or *unstable* values like `*LAST` or `*MAX` (see [#3131](https://github.com/rust-lang/libc/issues/3131))
10+
- \[ ] Edit corresponding file(s) under `libc-test/semver` when you add/remove
11+
item(s), e.g. edit `linux.txt` if you add an item to
12+
`src/unix/linux_like/linux/mod.rs`
13+
- \[ ] Your PR doesn't contain any private or _unstable_ values like `*LAST` or
14+
`*MAX` (see [#3131](https://github.com/rust-lang/libc/issues/3131))
15+
- \[ ] Provide a link to relevant source (headers or documentation) if your PR
16+
adds or changes API.
917
- \[ ] If your PR has a breaking change, please clarify it
10-
- \[ ] If your PR increments version number, it must NOT contain any other changes (otherwise a release could be delayed)
18+
- \[ ] If your PR increments version number, it must NOT contain any other
19+
changes (otherwise a release could be delayed)
1120
- \[ ] Make sure `ci/style.sh` passes
1221
- \[ ] `cd libc-test && cargo test`
13-
- (this might fail on your env due to environment difference between your env and CI. Ignore local failures if you are not sure)
22+
- (this might fail on your env due to environment difference between your env
23+
and CI. Ignore local failures if you are not sure)
1424

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

0 commit comments

Comments
 (0)