From c0ea8ffcfe67884d4b3755fedc6dc4fd02a3810c Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Tue, 11 Jan 2022 19:23:07 -0500 Subject: [PATCH] Create bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 60 ++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..636fdc8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,60 @@ +name: Bug Report +description: File a bug report +title: "" +labels: ["bug"] +assignees: + - tjboldt +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also, what did you expect to happen? + placeholder: Describe the problem. + value: "A bug happened!" + validations: + required: true + - type: dropdown + id: hardware-version + attributes: + label: Hardware Version + description: What version of the hardware are you running? + options: + - Fourth Prototype (Purchased from Terence) + - Fourth Prototype (Purchased from third party) + - Fourth Prototype (Self-assembled) + - Fifth Prototype (Purchased from Terence) + - Fifth Prototype (Purchased from third party) + - Fifth Prototype (Self-assembled) + validations: + required: true + - type: dropdown + id: problem-area + attributes: + label: Where are you seeing this problem? + options: + - Boot + - ProDOS access + - SHELL command + - RPI Command + - Other + validations: + required: true + - type: dropdown + id: computer + attributes: + label: What computer is this running on? + options: + - Apple II + - Apple II+ + - Apple //e (unenhanced) + - Apple //e (enhanced / platinum) + - Apple IIgs + - Clone II+ + - Other + validations: + required: true