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:
committed by
GitHub
parent
0b1bab5b01
commit
c9997b5ca9
2
.github/ISSUE_TEMPLATE/add_device.yml
vendored
2
.github/ISSUE_TEMPLATE/add_device.yml
vendored
@@ -6,7 +6,7 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for supporting KernelSU !
|
Thanks for supporting KernelSU!
|
||||||
- type: input
|
- type: input
|
||||||
id: repo-url
|
id: repo-url
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -11,13 +11,13 @@ assignees: ''
|
|||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behaviour:
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
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.
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# KernelSU
|
# KernelSU
|
||||||
|
|
||||||
A Kernel based root solution for Android devices.
|
A Kernel-based root solution for Android devices.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -13,11 +13,11 @@ A Kernel based root solution for Android devices.
|
|||||||
|
|
||||||
## Compatibility State
|
## 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
|
## Usage
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ And the current supported ABIs are : `arm64-v8a` and `x86_64`
|
|||||||
|
|
||||||
## Translation
|
## 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
|
### Discussion
|
||||||
|
|
||||||
@@ -35,8 +35,8 @@ To translate KernelSU into your language, or to improve an existing translation,
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
- Files under `kernel` directory are [GPL-2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.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 `kernel` directory are [GPL-3](https://www.gnu.org/licenses/gpl-3.0.html)
|
- All other parts except the `kernel` directory are [GPL-3](https://www.gnu.org/licenses/gpl-3.0.html)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user