Skip to content

Commit

Permalink
updated bug_report Template
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor1982 committed Dec 1, 2024
1 parent 4261c6d commit 3cb43d8
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ body:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: dropdown
Expand Down Expand Up @@ -53,6 +52,30 @@ body:
- A3000T
- AA3000+
- ReAmiga A3000
validations:
required: true
- type: dropdown
id: Accelerator
attributes:
label: What Accelerator are you using?
options:
- None (Onboard 030)
- BFG9060
- TF4060
- Z3660
- A3660
- A3640
- Other
validations:
required: true
- type: input
id: Speed
attributes:
label: CPU Speed (MHz)
description: Please enter the CPU speed in MHz.
placeholder: ex. 50
validations:
required: false
- type: textarea
id: logs
attributes:
Expand Down

0 comments on commit 3cb43d8

Please sign in to comment.