Files
Aaru/.github/ISSUE_TEMPLATE/bug_report_general.yaml
2025-10-28 02:24:23 +00:00

106 lines
2.8 KiB
YAML

name: General Bug Report
description: Bugs report on other commands. Use this to submit device reports.
labels: [ "bug", "needs triage" ]
assignees:
- silaslaspada
body:
- type: dropdown
id: version
attributes:
label: Version
description: What version of Aaru are you running?
options:
- 5.4.x
- 5.3.x
- 5.2.0
- Older
- 6.0.0-alpha.6
- 6.0.0-alpha.7
- 6.0.0-alpha.8
- 6.0.0-alpha.9
- 6.0.0-alpha.10
- 6.0.0-alpha.11
- 6.0.0-alpha.12
- 6.0.0-alpha.13
- 6.0.0-alpha.14
- Development commit
validations:
required: true
- type: input
id: commit
attributes:
label: Commit hash
description: If using a development commit, which one
- type: checkboxes
id: debug
attributes:
label: Tested debug version?
description: Have you reproduced the problem using the debug version?
options:
- label: "Yes"
required: true
- type: checkboxes
id: os
attributes:
label: Which operating systems have you used?
description: You may select more than one.
options:
- label: Windows
- label: Linux
- label: macOS
- label: Other
- type: checkboxes
id: bitsize
attributes:
label: What is the architectural bit size you're using?
description: You may select more than one.
options:
- label: 32-bit
- label: 64-bit
- label: Unsure or unknown
- type: checkboxes
id: cpu
attributes:
label: What processor are you using?
description: You may select more than one.
options:
- label: An Intel or AMD
- label: An ARM or Apple Silicon
- label: Unsure or unknown
- type: textarea
id: description
attributes:
label: Description
description: Description of the bug
validations:
required: true
- type: input
id: command_line
attributes:
label: Exact command line used
placeholder: "`Aaru [command] [parameters]`"
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: What did you expect to happen
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual behavior
description: What actually happened
validations:
required: true
- type: textarea
id: output
attributes:
label: Output of command execution with debug output enabled
placeholder: Paste the whole output of the executed command when you append '-d' to your command line parameters here
render: shell
validations:
required: true