You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/diagnostics.yaml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
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
3
3
labels: ["A-diagnostics", "T-compiler"]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thank you for filing a diagnostics bug report! 🐛
8
+
Thank you for filing a diagnostics report! 🐛
9
9
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.
11
13
12
14
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.
0 commit comments