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.
This commit is contained in:
Lakshay Choudhary 2023-08-09 20:18:51 +05:30 committed by GitHub
parent 0b1bab5b01
commit c9997b5ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for supporting KernelSU !
Thanks for supporting KernelSU!
- type: input
id: repo-url
attributes:

View File

@ -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**

View File

@ -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