From 8305d9ac34b57e0e777c38ff6be577b337ade1da Mon Sep 17 00:00:00 2001 From: jacobtohahn Date: Thu, 13 Aug 2020 21:31:39 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/sbc-troubleshooting.md | 14 ++++++++++ .github/ISSUE_TEMPLATE/software-issue.md | 26 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/sbc-troubleshooting.md create mode 100644 .github/ISSUE_TEMPLATE/software-issue.md diff --git a/.github/ISSUE_TEMPLATE/sbc-troubleshooting.md b/.github/ISSUE_TEMPLATE/sbc-troubleshooting.md new file mode 100644 index 0000000..68127cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sbc-troubleshooting.md @@ -0,0 +1,14 @@ +--- +name: SBC Troubleshooting +about: Get help with the ZTO-80 SBC +title: '' +labels: SBC troubleshooting +assignees: jacobtohahn + +--- + +**SBC PCB Revision** +Which revision of the SBC does your issue apply to? + + +**Describe the problem:** diff --git a/.github/ISSUE_TEMPLATE/software-issue.md b/.github/ISSUE_TEMPLATE/software-issue.md new file mode 100644 index 0000000..df6eb2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/software-issue.md @@ -0,0 +1,26 @@ +--- +name: Software Issue +about: 'Create a report to help me improve ZTO-80 BASIC ' +title: '' +labels: bug +assignees: jacobtohahn + +--- + +**Software Version** +What version of ZTO-80 BASIC are you using? + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.