Skip to content

Commit c516d8e

Browse files
committed
Change the wording in diagnostic.yaml to reduce confusion
Signed-off-by: xizheyin <[email protected]>
1 parent a980cd4 commit c516d8e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/diagnostics.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: Diagnostic issue
2-
description: Create a bug report or feature request for a change to `rustc`'s error output
2+
description: Create a report for a change to `rustc`'s error output
33
labels: ["A-diagnostics", "T-compiler"]
44
body:
55
- type: markdown
66
attributes:
77
value: |
8-
Thank you for filing a diagnostics bug report! 🐛
8+
Thank you for filing a diagnostics report! 🐛
99
10-
Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug.
10+
You can report a bug or a feature request for a change to `rustc`'s error output.
11+
12+
Please provide a short summary of the issue, along with any information you feel relevant to replicating the issue.
1113
1214
If you cannot produce a minimal reproduction case (something that would work in isolation), please provide the steps or even link to a repository that causes the problematic output to occur.
1315
- type: textarea

0 commit comments

Comments
 (0)