From c4d952163c24e21390bcb47ce9995d6a95b7e0c2 Mon Sep 17 00:00:00 2001 From: Fakeman <55951275+fakemanoan@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:56:07 +0100 Subject: [PATCH] Create 0_A11_bug_report.yml --- .github/ISSUE_TEMPLATE/0_A11_bug_report.yml | 54 +++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/0_A11_bug_report.yml 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.