-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
64 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,72 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
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 | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behaviour: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See the error | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is | ||
validations: | ||
required: true | ||
|
||
|
||
**Expected behaviour** | ||
A clear and concise description of what you expected to happen. | ||
- 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 | ||
|
||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
- 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 | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. |