diff --git a/.github/ISSUE_TEMPLATE/0_A11_bug_report.yml b/.github/ISSUE_TEMPLATE/0_A11_bug_report.yml new file mode 100644 index 0000000..d2c49cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/0_A11_bug_report.yml @@ -0,0 +1,54 @@ +name: Android 11 bug report +description: If you are having an issue with LineageOS 18.1 and cant fix it. +labels: + - A12L +body: + - type: input + id: build + attributes: + label: Build used + description: >- + The LineageOS build you flashed (file name will work) + validations: + required: true + - type: input + id: model + attributes: + label: Model number + description: >- + The model of phone you have + validations: + required: true + - type: textarea + id: describe + attributes: + label: Describe the bug + description: >- + Give a detailed description on the bug you're facing. The more details + the better + placeholder: When I try to... + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: To Reproduce + description: >- + Give a detailed step by step instructions on how to reproduce the issue. + placeholder: >- + 1. Go to '...' + + 2. Click on '....' + + 3. Scroll down to '....' + + 4. See error + validations: + required: true + - type: textarea + id: additionalinfo + attributes: + label: Any extra info + description: >- + Add any other context about the problem here, like hardware/software + information you think might make this easier to diagnose.