This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
GalacticFactory-Legacy/.forgejo/issue_template/bug_report.yaml

66 lines
1.9 KiB
YAML
Raw Permalink Normal View History

2024-03-23 14:09:32 -04:00
name: Bug Report
about: File a bug report
2024-03-23 15:04:16 -04:00
labels: [bug]
2024-03-23 15:05:33 -04:00
ref: master
2024-03-23 14:09:32 -04:00
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this bug report!
2024-03-23 14:41:06 -04:00
- type: checkboxes
id: confirmation
attributes:
label: Please confirm that;
options:
2024-03-23 15:07:17 -04:00
- label: I have checked that this bug does not already have an opened/closed [issue](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/issues) or [pull request](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/pulls) associated with it.
2024-03-23 14:41:06 -04:00
required: true
2024-03-23 14:09:32 -04:00
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
2024-03-23 15:04:16 -04:00
placeholder: A bug happened!
2024-03-23 14:09:32 -04:00
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction steps
description: Please provide detailed steps to reproduce the bug.
2024-03-23 15:04:16 -04:00
placeholder: |
1. Do this
2. Do that
3. Do this other thing
2024-03-23 15:04:16 -04:00
4. Bug happens!
2024-03-23 14:09:32 -04:00
validations:
required: false
- type: dropdown
id: environment
attributes:
label: Environment
2024-03-23 15:04:16 -04:00
description: What environment type(s) does this bug effect?
2024-03-23 14:09:32 -04:00
options:
- Client
- Server
multiple: true
validations:
required: true
- type: dropdown
id: specificity
attributes:
label: Specificity
description: Is this bug caused by a modpack-specific change, or is it reproducible with just the involved mods?
options:
- Modpack-specific
- Mod-specific
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: java
validations:
required: false