mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
Updating issue templates again for rustbot
This commit is contained in:
parent
a8c2c7b712
commit
9ebd012c78
3 changed files with 9 additions and 6 deletions
5
.github/ISSUE_TEMPLATE/blank_issue.md
vendored
5
.github/ISSUE_TEMPLATE/blank_issue.md
vendored
|
@ -5,9 +5,10 @@ about: Create a blank issue.
|
|||
|
||||
|
||||
<!--
|
||||
Additional labels can be added to this issue by including the following command:
|
||||
Additional labels can be added to this issue by including the following command
|
||||
(without the space after the @ symbol):
|
||||
|
||||
@rustbot label +<label>
|
||||
`@rustbot label +<label>`
|
||||
|
||||
Common labels for this issue type are:
|
||||
* C-an-interesting-project
|
||||
|
|
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -33,9 +33,10 @@ LLVM version: 10.0
|
|||
```
|
||||
|
||||
<!--
|
||||
Additional labels can be added to this issue by including the following command:
|
||||
Additional labels can be added to this issue by including the following command
|
||||
(without the space after the @ symbol):
|
||||
|
||||
@rustbot label +<label>
|
||||
`@rustbot label +<label>`
|
||||
|
||||
Common labels for this issue type are:
|
||||
* `I-suggestion-causes-error`
|
||||
|
|
5
.github/ISSUE_TEMPLATE/false_positive.md
vendored
5
.github/ISSUE_TEMPLATE/false_positive.md
vendored
|
@ -34,9 +34,10 @@ LLVM version: 10.0
|
|||
```
|
||||
|
||||
<!--
|
||||
Additional labels can be added to this issue by including the following command:
|
||||
Additional labels can be added to this issue by including the following command
|
||||
(without the space after the @ symbol):
|
||||
|
||||
@rustbot label +<label>
|
||||
`@rustbot label +<label>`
|
||||
|
||||
Common labels for this issue type are:
|
||||
* I-suggestion-causes-error
|
||||
|
|
Loading…
Reference in a new issue