|
| 1 | +name: Bug report |
| 2 | +description: This is not a forum or a help section, this is strictly developer oriented. |
| 3 | +body: |
| 4 | + - type: checkboxes |
| 5 | + attributes: |
| 6 | + label: Is there an existing issue for this? |
| 7 | + description: Only RetroArch bugs should be filed here. Not core bugs or game bugs |
| 8 | + options: |
| 9 | + - label: This is a bug in RetroArch frontend |
| 10 | + required: true |
| 11 | + - label: I have searched the existing issues |
| 12 | + |
| 13 | + - type: textarea |
| 14 | + id: description |
| 15 | + attributes: |
| 16 | + label: Description |
| 17 | + description: Description of the actual behavior of the bug |
| 18 | + placeholder: What is actually happening |
| 19 | + validations: |
| 20 | + required: true |
| 21 | + |
| 22 | + - type: textarea |
| 23 | + id: expected |
| 24 | + attributes: |
| 25 | + label: Expected behavior |
| 26 | + description: What you expected to happen |
| 27 | + |
| 28 | + - type: textarea |
| 29 | + id: reproduce_steps |
| 30 | + attributes: |
| 31 | + label: Steps to reproduce the bug |
| 32 | + description: List all steps to reproduce the problem |
| 33 | + placeholder: | |
| 34 | + 1. [First step] |
| 35 | + 2. [Second step] |
| 36 | + 3. [and so on...] |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + |
| 40 | + - type: input |
| 41 | + id: version |
| 42 | + attributes: |
| 43 | + label: Version/Commit |
| 44 | + description: You can find this information under Information/System Information |
| 45 | + placeholder: 1.19.1 (Git 0792144fe3) |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + |
| 49 | + - type: input |
| 50 | + id: bisecting |
| 51 | + attributes: |
| 52 | + label: Bisect Results |
| 53 | + description: Did this work with any older RetroArch version? Can you point to a version (or even commit) where it broke? |
| 54 | + placeholder: 43105ab |
| 55 | + |
| 56 | + - type: dropdown |
| 57 | + id: nigthly |
| 58 | + attributes: |
| 59 | + label: Check in the nightly version |
| 60 | + description: This issue is reproducible with [nightly builds](https://buildbot.libretro.com/nightly/)? |
| 61 | + options: |
| 62 | + - I don't know |
| 63 | + - Yes, this is reproduced in the nightly build |
| 64 | + - No, looks like this is already resolved |
| 65 | + default: 0 |
| 66 | + validations: |
| 67 | + required: true |
| 68 | + |
| 69 | + - type: input |
| 70 | + id: platform |
| 71 | + attributes: |
| 72 | + label: Platform & operating system |
| 73 | + description: The system you're running RetroArch on |
| 74 | + placeholder: Linux aarch64, Windows 11 23H2, Android 14, PS Vita |
| 75 | + validations: |
| 76 | + required: true |
| 77 | + |
| 78 | + - type: input |
| 79 | + id: cores |
| 80 | + attributes: |
| 81 | + label: Affected Cores |
| 82 | + description: List the affected cores and their versions here, if applicable. If the issue **only occurs with a single core** then the bug may not be with RetroArch; in that case, you should report it in that core's repository instead of here. |
| 83 | + placeholder: bsnes (115), FCEUmm ((SVN) aebea87), Snes9x (1.63.229933ea) |
| 84 | + |
| 85 | + - type: textarea |
| 86 | + id: environment |
| 87 | + attributes: |
| 88 | + label: Environment information |
| 89 | + description: Additional information about hardware and software |
| 90 | + placeholder: | |
| 91 | + * Window Manager: dwm/X11 |
| 92 | + * Affected video drivers: sdl2, glcore |
| 93 | + * Installed through Flatpak |
| 94 | +
|
| 95 | + - type: textarea |
| 96 | + id: logs |
| 97 | + attributes: |
| 98 | + label: Relevant log output |
| 99 | + description: Paste [RetroArch log](https://docs.libretro.com/guides/generating-retroarch-logs/) and/or [GDB backtrace](https://docs.libretro.com/development/retroarch/debugging/). This will be automatically formatted into code, so no need for backticks. |
| 100 | + render: shell |
0 commit comments