Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Oct 27, 2023
2 parents 49fe06f + e9df510 commit 97bbda4
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: Bug report
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


- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
validations:
required: true


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


- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
7 changes: 7 additions & 0 deletions website/docs/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
]

0 comments on commit 97bbda4

Please sign in to comment.