Skip to content

Commit 4f45bd9

Browse files
committed
[main] update report submission instructions
1 parent 315ea5f commit 4f45bd9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/main.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -689,11 +689,13 @@ fn print_final_report(
689689
#[rustfmt::skip]
690690
eprintln!("{}", "==================================================================================".dimmed());
691691
#[rustfmt::skip]
692-
eprintln!("{}", "= Please open an issue on Rust's github repository =".dimmed());
692+
eprintln!("{}", "= Please file this regression report on the rust-lang/rust GitHub repository =".dimmed());
693693
#[rustfmt::skip]
694-
eprintln!("{}", "= https://github.com/rust-lang/rust/issues/new =".dimmed());
694+
eprintln!("{}", "= New issue: https://github.com/rust-lang/rust/issues/new =".dimmed());
695695
#[rustfmt::skip]
696-
eprintln!("{}", "= Below you will find a text that would serve as a starting point of your report =".dimmed());
696+
eprintln!("{}", "= Known issues: https://github.com/rust-lang/rust/issues =".dimmed());
697+
#[rustfmt::skip]
698+
eprintln!("{}", "= Copy and paste the text below into the issue report thread. Thanks! =".dimmed());
697699
#[rustfmt::skip]
698700
eprintln!("{}", "==================================================================================".dimmed());
699701

0 commit comments

Comments
 (0)