You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: GitHub issue and FR templates
This commit fixes the templates of the repository to follow the standard and not have duplicated templates.
This commit is contained in:
16
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
16
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
@@ -12,6 +12,14 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: modules
|
||||
attributes:
|
||||
label: Modules
|
||||
description: "The modules you're using following the format: moduleName by authorName version x.x.x"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
@@ -28,6 +36,14 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs
|
||||
description: If applicable, add logs AS A FILE to help solve the issue. Most of the time it will be from logcat on boot.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user