diff --git a/.github/ISSUE_TEMPLATE/fuzzbug.md b/.github/ISSUE_TEMPLATE/fuzzbug.md new file mode 100644 index 0000000000..52cd30bf61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/fuzzbug.md @@ -0,0 +1,44 @@ +--- +name: Fuzz Bug Report +about: Report a fuzz bug in Wasmtime or Cranelift +title: ' fuzzbug: ' +labels: bug, fuzz-bug +assignees: '' +--- + +Thanks for filing an issue! Please fill out the TODOs below, and change `` in the title to the corresponding fuzzing target. + + + +
+Test case input + + + +``` +TODO_paste_the_base64_encoded_input_here +``` + +
+ +
+`cargo +nightly fuzz fmt` output + + + +``` +TODO_paste_cargo_fuzz_fmt_output_here +``` + +
+ +
+Stack trace or other relevant details + + + +``` +TODO_paste_the_report_here +``` + +