diff options
| author | xFrednet <xFrednet@gmail.com> | 2021-09-03 12:12:16 +0200 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2021-09-03 15:58:01 +0200 |
| commit | 9ebd012c7825b08c315a9f96c140ef9843bf3fbd (patch) | |
| tree | f03a1748f3bf1e35bacd198fa0eee8d55b36b4ec | |
| parent | a8c2c7b712c273f13258de8b87b233918d8726b9 (diff) | |
| download | rust-9ebd012c7825b08c315a9f96c140ef9843bf3fbd.tar.gz rust-9ebd012c7825b08c315a9f96c140ef9843bf3fbd.zip | |
Updating issue templates again for rustbot
| -rw-r--r-- | .github/ISSUE_TEMPLATE/blank_issue.md | 5 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 5 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/false_positive.md | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank_issue.md b/.github/ISSUE_TEMPLATE/blank_issue.md index 5d7dfa36f37..2891d5e5da1 100644 --- a/.github/ISSUE_TEMPLATE/blank_issue.md +++ b/.github/ISSUE_TEMPLATE/blank_issue.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 41e6abea1c6..87c18cdee66 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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` diff --git a/.github/ISSUE_TEMPLATE/false_positive.md b/.github/ISSUE_TEMPLATE/false_positive.md index edf9e04e3b1..4170b9ff2db 100644 --- a/.github/ISSUE_TEMPLATE/false_positive.md +++ b/.github/ISSUE_TEMPLATE/false_positive.md @@ -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 |
