From 2192ce4dc3a4cefcc27b7d5eb16538dd9c40a411 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 24 Aug 2020 10:16:02 -0600 Subject: [PATCH] add bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 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..fc71b2c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug Report +about: report a bug +title: '[Bug]' +labels: + - bug +--- + +## What were you trying to install (or what else went wrong)? + + + +## What exactly did you do? + + + +## What went wrong? + + + +## Which OS did you try on? + + + +- [ ] Mac +- [ ] Windows +- [ ] Linux + +## What type of computer (i.e. laptop, desktop, Raspberry Pi)? + +- [ ] Laptop or Desktop (amd64 / x86-64) +- [ ] Raspberry Pi (ARM-64) +- [ ] Other (please specify, if you know) -- 2.25.1