Skip to content

Commit a3b1efd

Browse files
committed
Auto merge of #7112 - giraffate:update_pull_request_template, r=camsteffen
Update pull request template A follow-up of <rust-lang/rust-clippy#7064 (comment)>. changelog: none
2 parents fe5cefc + 2d65b2d commit a3b1efd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Thank you for making Clippy better!
33
We're collecting our changelog from pull request descriptions.
44
If your PR only includes internal changes, you can just write
55
`changelog: none`. Otherwise, please write a short comment
6-
explaining your change.
6+
explaining your change. Also, it's helpful for us that
7+
the lint name is put into brackets `[]` and backticks `` ` ` ``,
8+
e.g. ``[`lint_name`]``.
79

810
If your PR fixes an issue, you can add "fixes #issue_number" into this
911
PR description. This way the issue will be automatically closed when
@@ -29,4 +31,5 @@ Delete this line and everything above before opening your PR.
2931
---
3032

3133
*Please write a short comment explaining your change (or "none" for internal only changes)*
34+
3235
changelog:

0 commit comments

Comments
 (0)