]> git.lizzy.rs Git - rust.git/blob - .github/PULL_REQUEST_TEMPLATE
Auto merge of #4087 - phansch:move_tests, r=matthiaskrgr
[rust.git] / .github / PULL_REQUEST_TEMPLATE
1 <!--
2 Thank you for making Clippy better!
3
4 We're collecting our changelog from pull request descriptions.
5 If your PR only updates to the latest nightly, you can leave the
6 `changelog` entry as `none`. Otherwise, please write a short comment
7 explaining your change.
8
9 If your PR fixes an issue, you can add "fixes #issue_number" into this
10 PR description. This way the issue will be automatically closed when
11 your PR is merged.
12
13 If you added a new lint, here's a checklist for things that will be
14 checked during review or continuous integration.
15
16 - [ ] Followed [lint naming conventions][lint_naming]
17 - [ ] Added passing UI tests (including committed `.stderr` file)
18 - [ ] `cargo test` passes locally
19 - [ ] Executed `util/dev update_lints`
20 - [ ] Added lint documentation
21 - [ ] Run `cargo fmt`
22
23 Note that you can skip the above if you are just opening a WIP PR in
24 order to get feedback.
25
26 Delete this line and everything above before opening your PR -->
27
28 changelog: none