Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmax committed Jan 4, 2024
1 parent 601648d commit 91f7db2
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug report
description: Create a report to help us improve KernelSU
description: Create a report to help us improve
labels: [Bug]

body:
Expand All @@ -10,7 +10,10 @@ body:
- 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
- label: If patch failed, root failed, or device unable to boot after flashing the new boot.img. Please goto KernelPatch
required: true

- label: I will upload bugreport file in APatch Manager - Settings - Report log
required: true

- label: I know how to reproduce the issue which may not be specific to my device
Expand Down Expand Up @@ -60,7 +63,7 @@ body:
value: |
- Device:
- OS Version:
- KernelSU Version:
- APatch Version:
- Kernel Version:
validations:
required: true
Expand Down
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Feature Request
description: "Suggest an idea for this project"
title: "[Feature]"
labels: "feature"
assignees: ""
body:
- type: markdown
id: feature-info
attributes:
value: "## Feature Infomation"
- type: textarea
id: feature-main
validations:
required: true
attributes:
label: "Is your feature request related to a problem? Please describe."
description: "A clear and concise description of what the problem is."
placeholder: "I'm always frustrated when [...]"
- type: textarea
id: feature-solution
validations:
required: true
attributes:
label: "Describe the solution you'd like."
description: "A clear and concise description of what you want to happen."
- type: textarea
id: feature-describe
validations:
required: true
attributes:
label: "Describe alternatives you've considered."
description: "A clear and concise description of any alternative solutions or features you've considered."
- type: textarea
id: feature-extra
validations:
required: false
attributes:
label: "Additional context"
description: "Add any other context or screenshots about the feature request here."

0 comments on commit 91f7db2

Please sign in to comment.