From 5276545e44767b21c369e3829d6894ace53977e2 Mon Sep 17 00:00:00 2001 From: Aaron Esau Date: Sat, 9 Oct 2021 00:28:30 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7401b8f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Report a bug in heaptrace +title: '' +labels: bug +assignees: Arinerron + +--- + +Put a quick description of what happens here. What do you expect to happen? What happens instead? + +* Link to download target binary: +* Steps to reproduce bug: +``` +1. Example step #1 +2. Example step #2 +``` +* Full output when run with `--debug`: +``` +(link to pastebin if it's long, please) +```