File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,15 @@ 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. Also, it's helpful for us that
7
- the lint name is put into brackets ` [] ` and backticks `` ` ` `` ,
8
- e.g. `` [`lint_name`] `` .
6
+ explaining your change.
9
7
10
- If your PR fixes an issue, you can add "fixes #issue_number" into this
8
+ It's also helpful for us that the lint name is put within backticks (`` ` ` `` ),
9
+ and then encapsulated by square brackets (` [] ` ), for example:
10
+ ```
11
+ changelog: [`lint_name`]: your change
12
+ ```
13
+
14
+ If your PR fixes an issue, you can add ` fixes #issue_number ` into this
11
15
PR description. This way the issue will be automatically closed when
12
16
your PR is merged.
13
17
You can’t perform that action at this time.
0 commit comments