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