universal-android-debloater.../.github/ISSUE_TEMPLATE/2-feature-request.yml
2024-02-25 01:34:02 +01:00

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