|
| 1 | +name: Bug report |
| 2 | +description: Emulator crash, hang, black screen, or wrong behavior. |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for helping KytyPlus. **Do not** upload game dumps, firmware, SPRXs, or piracy links. |
| 10 | + Attach **logs** only. Experimental software — many titles still fail. |
| 11 | +
|
| 12 | + - type: input |
| 13 | + id: version |
| 14 | + attributes: |
| 15 | + label: KytyPlus version |
| 16 | + description: Release tag or commit (e.g. v1.0). |
| 17 | + placeholder: v1.0 |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: dropdown |
| 22 | + id: build_source |
| 23 | + attributes: |
| 24 | + label: Build source |
| 25 | + options: |
| 26 | + - Official GitHub Release zip |
| 27 | + - Self-built from source |
| 28 | + - Other / unsure |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + |
| 32 | + - type: textarea |
| 33 | + id: summary |
| 34 | + attributes: |
| 35 | + label: What happened |
| 36 | + description: Short description of the bug. |
| 37 | + placeholder: Crashed with EXIT after the logo / hung on black screen / etc. |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + |
| 41 | + - type: textarea |
| 42 | + id: expected |
| 43 | + attributes: |
| 44 | + label: What you expected |
| 45 | + placeholder: Game should reach the menu / keep running / etc. |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + |
| 49 | + - type: textarea |
| 50 | + id: steps |
| 51 | + attributes: |
| 52 | + label: Steps to reproduce |
| 53 | + description: Numbered steps. |
| 54 | + placeholder: | |
| 55 | + 1. Launch launcher.exe |
| 56 | + 2. Select game folder |
| 57 | + 3. Start |
| 58 | + 4. Crash after ~30s |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + |
| 62 | + - type: input |
| 63 | + id: game |
| 64 | + attributes: |
| 65 | + label: Game (title + Title ID if known) |
| 66 | + description: e.g. Dreaming Sarah [PPSA02929]. No dump uploads. |
| 67 | + placeholder: Game Name [PPSAxxxxx] |
| 68 | + validations: |
| 69 | + required: true |
| 70 | + |
| 71 | + - type: input |
| 72 | + id: os |
| 73 | + attributes: |
| 74 | + label: OS |
| 75 | + placeholder: Windows 11 24H2 |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + |
| 79 | + - type: input |
| 80 | + id: cpu |
| 81 | + attributes: |
| 82 | + label: CPU |
| 83 | + placeholder: Ryzen 7 7840HS |
| 84 | + validations: |
| 85 | + required: true |
| 86 | + |
| 87 | + - type: input |
| 88 | + id: gpu |
| 89 | + attributes: |
| 90 | + label: GPU + driver |
| 91 | + placeholder: Radeon 780M, Adrenalin 24.x.x |
| 92 | + validations: |
| 93 | + required: true |
| 94 | + |
| 95 | + - type: input |
| 96 | + id: ram |
| 97 | + attributes: |
| 98 | + label: RAM |
| 99 | + placeholder: 32 GB |
| 100 | + validations: |
| 101 | + required: false |
| 102 | + |
| 103 | + - type: textarea |
| 104 | + id: error |
| 105 | + attributes: |
| 106 | + label: Error / EXIT line |
| 107 | + description: Paste the final error or `--- Error ---` block if you have one. |
| 108 | + render: text |
| 109 | + validations: |
| 110 | + required: false |
| 111 | + |
| 112 | + - type: textarea |
| 113 | + id: logs |
| 114 | + attributes: |
| 115 | + label: Log excerpt |
| 116 | + description: Paste the last ~50–100 lines, or describe where the full log is attached. |
| 117 | + render: text |
| 118 | + validations: |
| 119 | + required: true |
| 120 | + |
| 121 | + - type: checkboxes |
| 122 | + id: checklist |
| 123 | + attributes: |
| 124 | + label: Checklist |
| 125 | + options: |
| 126 | + - label: I used a KytyPlus Release (or stated that I self-built). |
| 127 | + required: true |
| 128 | + - label: I am not requesting or attaching game dumps / firmware / SPRXs. |
| 129 | + required: true |
| 130 | + - label: I searched existing issues for a duplicate. |
| 131 | + required: true |
0 commit comments