|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug in Marathon Recompiled |
| 3 | +type: "Bug" |
| 4 | +body: |
| 5 | + - type: checkboxes |
| 6 | + id: validation |
| 7 | + attributes: |
| 8 | + label: Validation |
| 9 | + options: |
| 10 | + - label: I have checked the [Issues](https://github.com/sonicnext-dev/MarathonRecomp/issues) page to see if my problem has already been reported |
| 11 | + required: true |
| 12 | + - label: I have confirmed that this bug does not occur in the original game running on original Xbox 360 hardware |
| 13 | + required: true |
| 14 | + - type: checkboxes |
| 15 | + id: dlc |
| 16 | + attributes: |
| 17 | + label: DLC |
| 18 | + description: If you have DLC installed, please specify which ones you have. |
| 19 | + options: |
| 20 | + - label: Shadow Boss Attack |
| 21 | + - label: Silver Boss Attack |
| 22 | + - label: Sonic Boss Attack |
| 23 | + - label: Team Attack Amigo |
| 24 | + - label: Mission Pack Shadow Very Hard |
| 25 | + - label: Mission Pack Silver Very Hard |
| 26 | + - label: Mission Pack Sonic Very Hard |
| 27 | + - type: textarea |
| 28 | + id: mods |
| 29 | + attributes: |
| 30 | + label: Mods |
| 31 | + description: Provide a list of your enabled mods in Mod Manager here. You will not receive support for issues *caused* by mods. |
| 32 | + - type: textarea |
| 33 | + id: codes |
| 34 | + attributes: |
| 35 | + label: Codes |
| 36 | + description: Provide a list of your enabled codes in Mod Manager here. |
| 37 | + - type: textarea |
| 38 | + id: description |
| 39 | + attributes: |
| 40 | + label: Describe the Bug |
| 41 | + description: A clear and concise description of what the bug is. |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + - type: textarea |
| 45 | + id: reproduction |
| 46 | + attributes: |
| 47 | + label: Steps to Reproduce |
| 48 | + description: Provide steps to reproduce the bug |
| 49 | + placeholder: | |
| 50 | + 1. Go to '...' |
| 51 | + 2. etc. |
| 52 | + validations: |
| 53 | + required: true |
| 54 | + - type: textarea |
| 55 | + id: expected |
| 56 | + attributes: |
| 57 | + label: Expected Behavior |
| 58 | + description: A clear and concise description of what you expected to happen. |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + - type: textarea |
| 62 | + id: footage |
| 63 | + attributes: |
| 64 | + label: Footage |
| 65 | + description: Attach a screenshot or video of the bug. If possible, please also provide footage of the expected behaviour on original Xbox 360 hardware. |
| 66 | + - type: textarea |
| 67 | + id: specifications |
| 68 | + attributes: |
| 69 | + label: Specifications |
| 70 | + description: Fill out the following details |
| 71 | + value: | |
| 72 | + - CPU: (e.g. Intel Core [...], AMD Ryzen [...], etc.) |
| 73 | + - GPU: (e.g. NVIDIA GeForce [...], Radeon HD [...], Intel HD [...], etc.) |
| 74 | + - GPU Driver: (e.g NVIDIA driver 545.XX, AMD driver 24.X.X, etc.) |
| 75 | + - OS: (e.g. Windows 10, Windows 11, Linux distro) |
| 76 | + - Version: (e.g. 1.0.0) |
| 77 | + validations: |
| 78 | + required: true |
| 79 | + - type: textarea |
| 80 | + id: context |
| 81 | + attributes: |
| 82 | + label: Additional Context |
| 83 | + description: Provide any other context about the problem here. |
0 commit comments