|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug in Droidspaces (Pure kernels only) |
| 3 | +title: "[BUG]: <Short Description>" |
| 4 | +labels: [bug, needs-triage] |
| 5 | + |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + ## ⚠️ STRICT ENFORCEMENT NOTICE |
| 11 | + **If you do not provide a link to your kernel source, this issue will be closed instantly without a reply.** |
| 12 | + We do not support "Frankenstein" kernels held together by duct tape, CRC nukes, or broken ABIs. |
| 13 | +
|
| 14 | + - type: input |
| 15 | + id: kernel-version |
| 16 | + attributes: |
| 17 | + label: Kernel Version |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: input |
| 22 | + id: kernel-source |
| 23 | + attributes: |
| 24 | + label: Kernel Source Link (REQUIRED) |
| 25 | + placeholder: "https://github.com/..." |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: input |
| 30 | + id: droidspaces-version |
| 31 | + attributes: |
| 32 | + label: Droidspaces Version |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + |
| 36 | + - type: input |
| 37 | + id: rooting-method |
| 38 | + attributes: |
| 39 | + label: Rooting Method |
| 40 | + placeholder: "KernelSU (recommended)" |
| 41 | + validations: |
| 42 | + required: true |
| 43 | + |
| 44 | + - type: input |
| 45 | + id: device |
| 46 | + attributes: |
| 47 | + label: Device OEM & Model |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + |
| 51 | + - type: input |
| 52 | + id: android-version |
| 53 | + attributes: |
| 54 | + label: Android Version & ROM |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + |
| 58 | + - type: dropdown |
| 59 | + id: execution-mode |
| 60 | + attributes: |
| 61 | + label: Execution Mode |
| 62 | + options: |
| 63 | + - DAEMON |
| 64 | + - DIRECT |
| 65 | + - Both |
| 66 | + validations: |
| 67 | + required: true |
| 68 | + |
| 69 | + - type: textarea |
| 70 | + id: bug-description |
| 71 | + attributes: |
| 72 | + label: Describe the Bug |
| 73 | + description: A clear and concise description of what the bug is. |
| 74 | + validations: |
| 75 | + required: true |
| 76 | + |
| 77 | + - type: textarea |
| 78 | + id: steps |
| 79 | + attributes: |
| 80 | + label: Steps to Reproduce |
| 81 | + description: | |
| 82 | + Clear steps to trigger the bug. |
| 83 | + Go to **Droidspaces -> Settings -> Generate a bug report** and attach the file below. |
| 84 | + placeholder: | |
| 85 | + 1. ... |
| 86 | + 2. ... |
| 87 | + validations: |
| 88 | + required: true |
| 89 | + |
| 90 | + - type: textarea |
| 91 | + id: logs |
| 92 | + attributes: |
| 93 | + label: Logs / Screenshots |
| 94 | + description: Attach your bug report file and any relevant screenshots here. |
| 95 | + |
| 96 | + - type: checkboxes |
| 97 | + id: acknowledgments |
| 98 | + attributes: |
| 99 | + label: Required Acknowledgments |
| 100 | + options: |
| 101 | + - label: I have verified this is not a duplicate issue. |
| 102 | + required: true |
| 103 | + - label: I am using a kernel compiled strictly according to Droidspaces' official documentation. |
| 104 | + required: true |
| 105 | + - label: I am NOT using a kernel with 69+ random configs, CRC nukes, or a broken ABI. |
| 106 | + required: true |
| 107 | + - label: I have confirmed this issue persists in **both** Daemon and Direct modes. |
| 108 | + required: true |
| 109 | + - label: I admit that I am a clown for checking this box, confirming I have NOT read these rules. |
| 110 | + - label: I admit I did zero research, didn't ask my AI waifu for a fix, and am dropping this here because I'm 100% sure the fault lies with Droidspaces. |
0 commit comments