From e905743ef637c97e06fd4b8cec1cebe18d1a5d8e Mon Sep 17 00:00:00 2001 From: "Dongjia \"toka\" Zhang" Date: Sat, 8 Jun 2024 17:42:33 +0200 Subject: [PATCH] Update issue template(#2294) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c406204105..f1e2812407 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,6 +13,8 @@ Thank you for making LibAFL better! **Describe the bug** A clear and concise description of what the bug is. +If you want to present the backtrace, don't forget to run with `errors_backtrace` feature and log from `RUST_LOG` +In addition, please tell us what is your fuzzer's Cargo.toml **To Reproduce** Steps to reproduce the behavior: