]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/.github/PULL_REQUEST_TEMPLATE.md
bump version to 1.79.0+dfsg1-1~bpo12+pve2
[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
064997fb 6explaining your change.
f20569fa 7
064997fb
FG
8It's also helpful for us that the lint name is put within backticks (`` ` ` ``),
9and then encapsulated by square brackets (`[]`), for example:
10```
11changelog: [`lint_name`]: your change
12```
13
14If your PR fixes an issue, you can add `fixes #issue_number` into this
f20569fa
XL
15PR description. This way the issue will be automatically closed when
16your PR is merged.
17
18If you added a new lint, here's a checklist for things that will be
19checked during review or continuous integration.
20
21- \[ ] Followed [lint naming conventions][lint_naming]
22- \[ ] Added passing UI tests (including committed `.stderr` file)
23- \[ ] `cargo test` passes locally
24- \[ ] Executed `cargo dev update_lints`
25- \[ ] Added lint documentation
26- \[ ] Run `cargo dev fmt`
27
28[lint_naming]: https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints
29
30Note that you can skip the above if you are just opening a WIP PR in
31order to get feedback.
32
33Delete this line and everything above before opening your PR.
34
35---
36
37*Please write a short comment explaining your change (or "none" for internal only changes)*
cdc7bbd5 38
f20569fa 39changelog: