File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ Thank you for making Clippy better!
3
3
We're collecting our changelog from pull request descriptions.
4
4
If your PR only includes internal changes, you can just write
5
5
` 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`] `` .
7
9
8
10
If your PR fixes an issue, you can add "fixes #issue_number" into this
9
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
31
33
* Please write a short comment explaining your change (or "none" for internal only changes)*
34
+
32
35
changelog:
You can’t perform that action at this time.
0 commit comments