You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
Update bug_report.md
This commit is contained in:
88
.github/ISSUE_TEMPLATE/bug_report.md
vendored
88
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,32 +1,72 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
description: Create a report to help us improve KernelSU
|
||||||
title: ''
|
labels: [Bug]
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
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**
|
- type: textarea
|
||||||
Steps to reproduce the behaviour:
|
attributes:
|
||||||
1. Go to '...'
|
label: Describe the bug
|
||||||
2. Click on '....'
|
description: A clear and concise description of what the bug is
|
||||||
3. Scroll down to '....'
|
validations:
|
||||||
4. See the error
|
required: true
|
||||||
|
|
||||||
|
|
||||||
**Expected behaviour**
|
- type: textarea
|
||||||
A clear and concise description of what you expected to happen.
|
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**
|
- type: textarea
|
||||||
If applicable, add screenshots to help explain your problem.
|
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**
|
- type: textarea
|
||||||
Add any other context about the problem here.
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: Add any other context about the problem here.
|
||||||
|
|||||||
Reference in New Issue
Block a user