Files
VRCT/.github/ISSUE_TEMPLATE/bug_report.yml
2024-10-11 23:37:52 +09:00

81 lines
2.4 KiB
YAML

name: Bug Report
description: File a bug report
title: "[Bug]: (Please note that the title must be in English.)"
assignees:
- misyaguziya
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
id: debug-tips
attributes:
label: Debug Tips
description: To improve debug efficiency, please read [Issues of README](https://github.com/misyaguziya/VRCT/issues) first.
options:
- label: I'm sure I've read this project's Issues of README.
required: true
- type: textarea
id: what-happened
attributes:
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: input
id: app-version
attributes:
label: APP Version
description: What version of App are you running?
placeholder: Tell us what you see!
validations:
required: true
- type: dropdown
id: runtime-environment
attributes:
label: Runtime Environment
description: What runtime environment(OS) are you running?
options:
- "Windows 10"
- "Windows 11"
- "Other"
validations:
required: true
- type: input
id: region
attributes:
label: Country/Region
description: What Country(Region) are you running?
placeholder: Tell us what you see!
value: "Qatar (example)"
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste the relevant log output. Error logs are generated in the folder where VRCT.exe is stored.
render: sh
validations:
required: false
- type: textarea
id: screenshot
attributes:
label: "Screenshots"
description: If applicable, add screenshots to help explain your problem.
value: |
![DESCRIPTION](LINK.png)
render: Markdown
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/misyaguziya/VRCT/blob/master/LICENSE)
options:
- label: I agree to follow this project's Code of Conduct
required: true