0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 16:50:43 -05:00
server/.github/ISSUE_TEMPLATE/1-bug-report.yml
CWX befde520fd
Update 1-bug-report.yml
Update Bug-Report to have 4.0.0 on the spt versions
2024-12-27 16:30:27 +00:00

104 lines
3.3 KiB
YAML

name: "Bug Report"
description: "Report a bug in the SPT project."
labels: ["triage"]
body:
- type: markdown
attributes:
value: |
## Thank you for taking the time to fill out a bug report!
Please note the following requirements:
- You must be able to replicate the issue with a fresh profile, running no mods. If you can't, we can't fix it.
- If you are using a profile from an older version, please make a fresh profile and replicate the issue before submitting.
- You must upload all the required log files, even if you think they are useless.
- Failure to comply with any of the above requirements will result in your issue being closed without notice.
- type: dropdown
id: version
attributes:
label: SPT Version
description: What version of SPT are you using?
options:
- "4.0"
- "3.10"
- "3.9"
validations:
required: true
- type: dropdown
id: projects
attributes:
label: "Project Type"
description: "If known, which part of the project is involved in this bug report?"
options:
- "Server"
- "Modules"
- "Launcher"
multiple: true
validations:
required: false
- type: textarea
id: result_expected
attributes:
label: "Expected Result"
description: "What you expect to happen?"
validations:
required: true
- type: textarea
id: result_actual
attributes:
label: "Actual Result"
description: "What actually happened?"
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: "Steps To Reproduce"
description: "Describe in point form the steps we can take to reproduce the issue on our end."
validations:
required: true
- type: textarea
id: log_server
attributes:
label: "Server Log"
description: "Upload a copy of your *entire* server log: `/user/logs/server-<date>.log`."
placeholder: "Attach the log file. Do not paste the contents."
validations:
required: true
- type: textarea
id: log_bepinex
attributes:
label: "BepinEx Log"
description: "Upload a copy of your *entire* BepinEx log: `/BepinEx/LogOutput.log`."
placeholder: "Attach the log file. Do not paste the contents."
validations:
required: true
- type: textarea
id: log_client
attributes:
label: "Client Log"
description: "Upload a copy of your *entire* client log: `/Logs/log_<date>_<version>/<date>_<version> traces.log`."
placeholder: "Attach the log file. Do not paste the contents."
validations:
required: true
- type: textarea
id: profile
attributes:
label: "Player Profile"
description: "If helpful, upload a copy of your *entire* player profile: `/user/profiles/<profileId>.json`."
placeholder: "Attach the profile file. Do not paste the contents."
validations:
required: false
- type: textarea
id: screenshots
attributes:
label: "Screenshots"
description: "If helpful, upload any screenshots or videos you think would help us identify the issue."
validations:
required: false
- type: markdown
attributes:
value: |
## BEFORE YOU SUBMIT
Ensure that your logs are attached. **No logs = Issue deleted**