1
0
mirror of synced 2024-09-26 20:48:26 +02:00
ImHex/.github/ISSUE_TEMPLATE/bug_report.yaml

50 lines
1.4 KiB
YAML
Raw Normal View History

2021-09-10 12:44:57 +02:00
name: Bug Report
description: Something doesn't work correctly in ImHex.
title: "[Bug] "
body:
- type: dropdown
id: os
attributes:
label: Operating System
description: What Operating System are you using ImHex on?
options:
- Windows
- Linux
- MacOS
validations:
required: true
- type: textarea
attributes:
label: What's the issue you encountered?
description: |
Describe the issue in detail and what you were doing beforehand.
validations:
required: true
- type: textarea
attributes:
label: How can the issue be reproduced?
description: Include a detailed step by step process for recreating your issue.
validations:
required: true
- type: input
2021-09-10 12:44:57 +02:00
attributes:
label: ImHex Version
description: |
The version of ImHex you've been using when encountering the bug. If using a nightly, please add the commit hash as well
placeholder: X.X.X
validations:
required: true
- type: checkboxes
attributes:
2021-12-21 11:39:10 +01:00
label: ImHex Build Type
options:
2021-12-21 11:39:10 +01:00
- label: Nightly or built from sources
2021-09-10 12:44:57 +02:00
- type: textarea
attributes:
label: Additional context?
value: |
- Additional information about your environment.
- If possible and useful, please upload the binary you've been editing when the bug occurred.
2021-09-10 12:44:57 +02:00
validations:
2021-12-21 11:39:10 +01:00
required: false