mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-30 19:22:07 +02:00
25 lines
786 B
YAML
25 lines
786 B
YAML
name: Feature Request
|
|
description: You want a new feature for UAD-ng
|
|
title: "feat(scope): "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: feature-description
|
|
attributes:
|
|
label: Describe the feature you want
|
|
description: A clear and concise description of the feature you want.
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: acknowledgements
|
|
attributes:
|
|
label: Acknowledgements
|
|
description: Your feature request will be closed if you don't follow the checklist below.
|
|
options:
|
|
- label: This issue is not a duplicate of an existing feature request.
|
|
required: true
|
|
- label: I have chosen an appropriate title.
|
|
required: true
|
|
- label: All requested information has been provided properly.
|
|
required: true
|