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:
ThePedroo
2024-07-01 20:46:04 -03:00
parent 4873560420
commit 1f6f45d9ce
3 changed files with 16 additions and 102 deletions

View File

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