|
| 1 | +name: Bug report |
| 2 | +description: File a bug report |
| 3 | +title: "[Bug]: " |
| 4 | +labels: bug |
| 5 | +assignees: [] |
| 6 | +body: |
| 7 | + |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + |
| 12 | + - Please be aware that some devices are not compatible. Snapdragon chipsets tend to be more compatible than most. |
| 13 | + (Examples: Exynos, Tensor, or other chipsets with a Mali GPU). |
| 14 | + |
| 15 | + - Games with DRM are currently unsupported and the issue may be closed. |
| 16 | +
|
| 17 | + - If the bug was due to a hard crash, please attatch logs if possible. |
| 18 | +
|
| 19 | + - If a game shows a soft error about `Failed to initialize graphics...` or anything inside the emulation environment, try editing the container settings. |
| 20 | + Note: Forums and subreddits will provide great help to configure certain games. |
| 21 | + |
| 22 | + - type: textarea |
| 23 | + id: describe-the-bug |
| 24 | + attributes: |
| 25 | + label: Describe the bug |
| 26 | + placeholder: Describe what the bug is. |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: textarea |
| 31 | + id: what-actually-happened |
| 32 | + attributes: |
| 33 | + label: Steps to reproduce |
| 34 | + placeholder: What are some steps to reliably reproduce the bug? |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + |
| 38 | + - type: textarea |
| 39 | + id: expected-behavior |
| 40 | + attributes: |
| 41 | + label: Expected behavior |
| 42 | + placeholder: What should have happened? |
| 43 | + validations: |
| 44 | + required: true |
| 45 | + |
| 46 | + - type: input |
| 47 | + id: pluvia-version |
| 48 | + attributes: |
| 49 | + label: Pluvia Version |
| 50 | + description: "What version of Pluvia are you using? (ie: 1.3.0)" |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + |
| 54 | + - type: input |
| 55 | + id: device-model |
| 56 | + attributes: |
| 57 | + label: Device Model |
| 58 | + description: "What device did this happen with? (ie: Retroid Pocket 5)" |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + |
| 62 | + - type: input |
| 63 | + id: device-android-version |
| 64 | + attributes: |
| 65 | + label: Android Version |
| 66 | + description: "What android version did this occur on? (ie: Android 15)" |
| 67 | + validations: |
| 68 | + required: true |
| 69 | + |
| 70 | + - type: textarea |
| 71 | + id: additional-info |
| 72 | + attributes: |
| 73 | + label: Additional Information |
| 74 | + description: "Is there any additional info to be added? (ie: logs)" |
| 75 | + validations: |
| 76 | + required: false |
| 77 | + - type: checkboxes |
| 78 | + id: issue-already-searched |
| 79 | + attributes: |
| 80 | + label: New Issue |
| 81 | + description: Is the issue not already posted as an [Issue](https://github.com/oxters168/Pluvia/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) or in the [Project Board](https://github.com/users/oxters168/projects/1) |
| 82 | + options: |
| 83 | + - label: I have searched and did not find a similar issue to mine already listed. |
| 84 | + required: true |
0 commit comments