]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/.github/PULL_REQUEST_TEMPLATE.md
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / clippy / .github / PULL_REQUEST_TEMPLATE.md
CommitLineData
f20569fa
XL
1Thank you for making Clippy better!
2
3We're collecting our changelog from pull request descriptions.
4If your PR only includes internal changes, you can just write
5`changelog: none`. Otherwise, please write a short comment
6explaining your change.
7
8If your PR fixes an issue, you can add "fixes #issue_number" into this
9PR description. This way the issue will be automatically closed when
10your PR is merged.
11
12If you added a new lint, here's a checklist for things that will be
13checked 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
24Note that you can skip the above if you are just opening a WIP PR in
25order to get feedback.
26
27Delete this line and everything above before opening your PR.
28
29---
30
31*Please write a short comment explaining your change (or "none" for internal only changes)*
32changelog: