Create bug_report.yaml

This commit is contained in:
Terence Boldt 2022-01-11 19:23:07 -05:00 committed by GitHub
parent c6fc90e21f
commit c0ea8ffcfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 60 additions and 0 deletions

60
.github/ISSUE_TEMPLATE/bug_report.yaml vendored Normal file
View File

@ -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