Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: "Bug report"
description: "The mod doesn't work? Use this form to open a new bug report"
title: "[Bug]: <title>"
type: bug
body:
- type: markdown
attributes:
value: |
> [!NOTE]
> For tech support questions please open [a new discussion](https://github.com/Monika-After-Story/MonikaModDev/discussions/categories/qa-tech-support-general)

- type: markdown
attributes:
value: "Only use this form if you found a bug or think something isn't working as intended"

Comment thread
Booplicate marked this conversation as resolved.
- type: input
id: mas-version
attributes:
label: "Mod version"
description: "What version of MAS are you using? You can find mod version in the settings or in the logs"
placeholder: "1.0.0"
validations:
required: true

- type: dropdown
id: mas-unstable
attributes:
label: "Unstable"
description: "Are you running unstable version of MAS?"
options:
- "Yes"
- "No"
validations:
required: true

Comment thread
Booplicate marked this conversation as resolved.
- type: textarea
id: bug-report
attributes:
label: "Describe your problem"
description: "A clear and concise description of your issue. If applicable, add screenshots to help explain your problem"
placeholder: "Tip: you can attach images by dragging and dropping files in this area"
validations:
required: true

- type: textarea
id: traceback-log
attributes:
label: "Traceback"
description: "If you're experiencing a crash, please attach `traceback.txt` from your game directory"
placeholder: "Tip: you can attach log files by dragging and dropping files in this area"
validations:
required: false

- type: textarea
id: renpy-log
attributes:
label: "Ren'Py log"
description: "If you can't launch the game, please attach `log.txt` from your game directory"
placeholder: "Tip: you can attach log files by dragging and dropping files in this area"
validations:
required: false
Loading