From 83a8d770189a2a145316942558fcdeb5cd398909 Mon Sep 17 00:00:00 2001 From: officialputuid Date: Fri, 27 Oct 2023 11:10:59 +0800 Subject: [PATCH 1/3] [add device]: Realme 6 / 7 (RM6785) (#1097) Change-Id: I7227a2afd01fda5684cdb28a9c4c1b2dc8ef8b65 Signed-off-by: officialputuid --- website/docs/repos.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/repos.json b/website/docs/repos.json index d088bc437763..fb4715b09172 100644 --- a/website/docs/repos.json +++ b/website/docs/repos.json @@ -544,5 +544,12 @@ "kernel_name": "android_kernel_xiaomi_mt6765", "kernel_link": "https://github.com/Mayuri-Chan/android_kernel_xiaomi_mt6765/tree/10-ksu", "devices": "Redmi 6/6A (cereus/cactus)" + }, + { + "maintainer": "officialputuid", + "maintainer_link": "https://github.com/officialputuid", + "kernel_name": "android_kernel_realme_mt6785", + "kernel_link": "https://github.com/psionicprjkt/android_kernel_realme_mt6785", + "devices": "Realme 6/6i(Indian)/6s/7/Narzo/Narzo 20 Pro/Narzo 30 4G (RM6785)" } ] From cd2711395aa58b3d4d76d3b563e31b121cc638b9 Mon Sep 17 00:00:00 2001 From: weishu Date: Fri, 27 Oct 2023 16:56:10 +0800 Subject: [PATCH 2/3] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 88 ++++++++++++++++++++-------- 1 file changed, 64 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b511e9106ca3..11a1f961281b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,32 +1,72 @@ ---- name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' +description: Create a report to help us improve KernelSU +labels: [Bug] ---- +body: + - type: checkboxes + attributes: + label: Please check before submitting an issue + options: + - label: I have searched the issues and haven't found anything relevant + required: true + + - label: I will upload bugreport file in KernelSU Manager - Settings - Report log + required: true + + - label: I know how to reproduce the issue which may not be specific to my device + required: false -**Describe the bug** -A clear and concise description of what the bug is. -**To Reproduce** -Steps to reproduce the behaviour: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See the error + - type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is + validations: + required: true + -**Expected behaviour** -A clear and concise description of what you expected to happen. + - type: textarea + attributes: + label: To Reproduce + description: Steps to reproduce the behaviour + placeholder: | + - 1. Go to '...' + - 2. Click on '....' + - 3. Scroll down to '....' + - 4. See error + -**Screenshots** -If applicable, add screenshots to help explain your problem. + - type: textarea + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + + + - type: textarea + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + + + - type: textarea + attributes: + label: Logs + description: If applicable, add crash or any other logs to help us figure out the problem. + + + - type: textarea + attributes: + label: Device info + value: | + - Device: + - OS Version: + - KernelSU Version: + - Kernel Version: + validations: + required: true -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Version [e.g. 22] -**Additional context** -Add any other context about the problem here. + - type: textarea + attributes: + label: Additional context + description: Add any other context about the problem here. From e9df5105b3b6c8f26a8b5825a4b85dc889209823 Mon Sep 17 00:00:00 2001 From: weishu Date: Fri, 27 Oct 2023 16:56:55 +0800 Subject: [PATCH 3/3] Rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.yml