Skip to content

Commit 9ebd012

Browse files
committed
Updating issue templates again for rustbot
1 parent a8c2c7b commit 9ebd012

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/ISSUE_TEMPLATE/blank_issue.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ about: Create a blank issue.
55

66

77
<!--
8-
Additional labels can be added to this issue by including the following command:
8+
Additional labels can be added to this issue by including the following command
9+
(without the space after the @ symbol):
910
10-
@rustbot label +<label>
11+
`@rustbot label +<label>`
1112
1213
Common labels for this issue type are:
1314
* C-an-interesting-project

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ LLVM version: 10.0
3333
```
3434

3535
<!--
36-
Additional labels can be added to this issue by including the following command:
36+
Additional labels can be added to this issue by including the following command
37+
(without the space after the @ symbol):
3738
38-
@rustbot label +<label>
39+
`@rustbot label +<label>`
3940
4041
Common labels for this issue type are:
4142
* `I-suggestion-causes-error`

.github/ISSUE_TEMPLATE/false_positive.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ LLVM version: 10.0
3434
```
3535

3636
<!--
37-
Additional labels can be added to this issue by including the following command:
37+
Additional labels can be added to this issue by including the following command
38+
(without the space after the @ symbol):
3839
39-
@rustbot label +<label>
40+
`@rustbot label +<label>`
4041
4142
Common labels for this issue type are:
4243
* I-suggestion-causes-error

0 commit comments

Comments
 (0)