We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe5cefc + 2d65b2d commit a3b1efdCopy full SHA for a3b1efd
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -3,7 +3,9 @@ Thank you for making Clippy better!
3
We're collecting our changelog from pull request descriptions.
4
If your PR only includes internal changes, you can just write
5
`changelog: none`. Otherwise, please write a short comment
6
-explaining your change.
+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`]``.
9
10
If your PR fixes an issue, you can add "fixes #issue_number" into this
11
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.
29
31
---
30
32
33
*Please write a short comment explaining your change (or "none" for internal only changes)*
34
+
35
changelog:
0 commit comments