|
| 1 | +name: "🐞 Bug Report" |
| 2 | +description: "Report an issue." |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug", "triage"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + # Project-Elixir Bug Report Instructions |
| 10 | + - Your issue may have already been reported before, so please check for existing issues [here](https://github.com/Project-Elixir/issue_tracker/issues/labels/bug) before reporting any bugs. |
| 11 | + - Make sure that you're on the latest Project-Elixir build for your device. |
| 12 | + - Disable all your magisk modules/themes/skins/any other thing you're using that isn't included in the rom by default. |
| 13 | + - Revert to built-in kernel if you're using something else. |
| 14 | + - Make sure that you're on the latest firmware. |
| 15 | + - Dropped devices will not get any support. |
| 16 | + - Unofficial versions will not get any support. |
| 17 | + |
| 18 | + - type: dropdown |
| 19 | + attributes: |
| 20 | + label: "Issue type" |
| 21 | + description: "Type of the issue you want to describe." |
| 22 | + options: |
| 23 | + - User interface |
| 24 | + - Feature not working as intended |
| 25 | + - Source code related |
| 26 | + - Other |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: input |
| 31 | + attributes: |
| 32 | + label: "Exact version and Build date" |
| 33 | + description: "Exact elixir version with build date." |
| 34 | + placeholder: "Example: v3.12 | 22-09-2023" |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + |
| 38 | + - type: textarea |
| 39 | + attributes: |
| 40 | + label: "Bug Description" |
| 41 | + description: "Simple description of the issue." |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + |
| 45 | + - type: textarea |
| 46 | + attributes: |
| 47 | + label: "Steps to Reproduce" |
| 48 | + description: "Steps to reproduce the issue." |
| 49 | + placeholder: "Step 1. Bla bla bla Step 2. ..." |
| 50 | + validations: |
| 51 | + required: true |
| 52 | + |
| 53 | + - type: textarea |
| 54 | + attributes: |
| 55 | + label: "Relevant Log" |
| 56 | + description: "Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks." |
| 57 | + render: shell |
| 58 | + validations: |
| 59 | + required: false |
| 60 | + |
| 61 | + - type: textarea |
| 62 | + attributes: |
| 63 | + label: "Screenshots or Videos" |
| 64 | + description: "Add screenshots or videos that show the bug here." |
| 65 | + placeholder: "Drag and drop the screenshots/videos into this box." |
| 66 | + validations: |
| 67 | + required: false |
| 68 | + |
| 69 | + - type: textarea |
| 70 | + attributes: |
| 71 | + label: "Solution" |
| 72 | + description: "If applicable add a possible solution." |
| 73 | + validations: |
| 74 | + required: false |
| 75 | + |
| 76 | + - type: textarea |
| 77 | + attributes: |
| 78 | + label: "Additional Context" |
| 79 | + description: "Add any additional context if there is any." |
| 80 | + validations: |
| 81 | + required: false |
| 82 | + |
| 83 | + - type: checkboxes |
| 84 | + attributes: |
| 85 | + label: "Acknowledgements" |
| 86 | + description: "Your issue will be closed if you haven't done these steps." |
| 87 | + options: |
| 88 | + - label: "I have checked that the device is officially supported (for device specific reports and not source related)." |
| 89 | + required: false |
| 90 | + - label: "I am running the latest version available on projectelixiros.com for this device." |
| 91 | + required: true |
| 92 | + - label: "I have searched the existing issues and this is a new issue and not a duplicate of any another open issue." |
| 93 | + required: true |
| 94 | + - label: "I have written a short but informative title." |
| 95 | + required: true |
| 96 | + - label: "I have filled out all of the requested information in this issue properly." |
| 97 | + required: true |
0 commit comments