From c9997b5ca94b08864aac053945857b7f8cd1cdd2 Mon Sep 17 00:00:00 2001 From: Lakshay Choudhary <92749166+goodolLakshay@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:18:51 +0530 Subject: [PATCH] Readme.md and Template changes for better readability (#842) Files Changed: README.md add_device.yaml Update bug_report.md clarity, spelling, grammar and consistency changes. open to suggestions. --- .github/ISSUE_TEMPLATE/add_device.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- README.md | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/add_device.yml b/.github/ISSUE_TEMPLATE/add_device.yml index 135dd00b..756fd3d1 100644 --- a/.github/ISSUE_TEMPLATE/add_device.yml +++ b/.github/ISSUE_TEMPLATE/add_device.yml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - Thanks for supporting KernelSU ! + Thanks for supporting KernelSU! - type: input id: repo-url attributes: diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 72dbdeff..b511e910 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,13 +11,13 @@ assignees: '' A clear and concise description of what the bug is. **To Reproduce** -Steps to reproduce the behavior: +Steps to reproduce the behaviour: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' -4. See error +4. See the error -**Expected behavior** +**Expected behaviour** A clear and concise description of what you expected to happen. **Screenshots** diff --git a/README.md b/README.md index 9b5540ef..efcce8bb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # KernelSU -A Kernel based root solution for Android devices. +A Kernel-based root solution for Android devices. ## Features @@ -13,11 +13,11 @@ A Kernel based root solution for Android devices. ## Compatibility State -KernelSU officially supports Android GKI 2.0 devices(with kernel 5.10+), old kernels(4.14+) is also compatible, but you need to build kernel yourself. +KernelSU officially supports Android GKI 2.0 devices(with kernel 5.10+), old kernels(4.14+) are also compatible, but you need to build the kernel yourself. -WSA, ChromeOS and containter-based Android can also work with KernelSU integrated. +WSA, ChromeOS and container-based Android can also work with KernelSU integrated. -And the current supported ABIs are : `arm64-v8a` and `x86_64` +And the current supported ABIs are: `arm64-v8a` and `x86_64` ## Usage @@ -27,7 +27,7 @@ And the current supported ABIs are : `arm64-v8a` and `x86_64` ## Translation -To translate KernelSU into your language, or to improve an existing translation, use [Weblate](https://hosted.weblate.org/engage/kernelsu/) please. +To translate KernelSU into your language or improve an existing translation, please use [Weblate](https://hosted.weblate.org/engage/kernelsu/). ### Discussion @@ -35,8 +35,8 @@ To translate KernelSU into your language, or to improve an existing translation, ## License -- Files under `kernel` directory are [GPL-2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) -- All other parts except `kernel` directory are [GPL-3](https://www.gnu.org/licenses/gpl-3.0.html) +- Files under the `kernel` directory are [GPL-2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) +- All other parts except the `kernel` directory are [GPL-3](https://www.gnu.org/licenses/gpl-3.0.html) ## Credits