We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e63492 commit f7b3711Copy full SHA for f7b3711
crates/nargo/src/main.rs
@@ -7,7 +7,7 @@ fn main() -> eyre::Result<()> {
7
// Register a panic hook to display more readable panic messages to end-users
8
let (panic_hook, _) = HookBuilder::default()
9
.display_env_section(false)
10
- .panic_section("This is a bug. Consider opening an issue at https://github.com/noir-lang/noir/issues/new?labels=bug&template=bug_report.md")
+ .panic_section("This is a bug. Consider opening an issue at https://github.com/noir-lang/noir/issues/new?labels=bug&template=bug_report.yml")
11
.into_hooks();
12
panic_hook.install();
13
0 commit comments