Skip to content

Commit

Permalink
Github Migration - Issue Template
Browse files Browse the repository at this point in the history
Updates issue template to be more clear how logs should be attached.
  • Loading branch information
refringe committed Nov 25, 2024
1 parent e1fc758 commit 617a068
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,30 +61,31 @@ body:
attributes:
label: "Server Log"
description: "Upload a copy of your *entire* server log: `/user/logs/server-<date>.log`."
value: "Click and attach file. "
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`."
value: "Click and attach file. "
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`."
value: "Click and attach file. "
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
Expand All @@ -98,4 +99,4 @@ body:
attributes:
value: |
## BEFORE YOU SUBMIT
Ensure that your logs are attached. No logs = Issue deleted.
Ensure that your logs are attached. **No logs = Issue deleted**

0 comments on commit 617a068

Please sign in to comment.