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.