mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-09-01 03:53:20 +02:00
Clarify allowed Removal levels in issue templates by adding explicit options (`Recommended`|`Advanced`|`Expert`|`Unsafe`) to the Removal field. Updates .github/ISSUE_TEMPLATE/3-add-new-packages.yml and .github/ISSUE_TEMPLATE/5-update-apps-description-or-recommendation.yml to prompt contributors to use the defined removal categories from the wiki.
58 lines
2.4 KiB
YAML
58 lines
2.4 KiB
YAML
name: Update apps description or recommendation
|
|
description: You want to improve/update a description/recommendation
|
|
title: "pkg(scope): "
|
|
labels: ["package::documentation"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Consider submitting a Pull Request
|
|
|
|
We receive many package documentation updates and it's hard to keep up. **Consider submitting a Pull Request yourself**—it helps us process changes much faster! See our [guide on how to contribute](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/How-to-contribute) for instructions.
|
|
|
|
---
|
|
|
|
## Document each package the best you can
|
|
|
|
**List**: `Google`|`Misc`|`OEM` (manufacturer) |`AOSP`|`Pending`|`Carrier` (ISP).
|
|
|
|
**Removal**: `Recommended`|`Advanced`|`Expert`|`Unsafe`. See the [Removal Definitions](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/Debloat-Lists#removal-definitions) on the wiki for details. **Please ensure you follow these definitions when proposing changes.**
|
|
|
|
- type: textarea
|
|
id: package-listing
|
|
attributes:
|
|
label: List your packages
|
|
description: Put the package name, list, removal and description of the package. Copy & paste the below default values when adding multiple packages.
|
|
value: |
|
|
- Package name:
|
|
- Current list:
|
|
- Proposed list:
|
|
- Current removal:
|
|
- Proposed removal:
|
|
- Current description:
|
|
- Proposed description:
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: removal-definitions
|
|
attributes:
|
|
label: Removal Definitions
|
|
description: Please ensure you follow the removal definitions when proposing changes.
|
|
options:
|
|
- label: I've read the [Removal Definitions](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/Debloat-Lists#removal-definitions)
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: acknowledgements
|
|
attributes:
|
|
label: Acknowledgements
|
|
description: Your bug report will be closed if you don't follow the checklist below.
|
|
options:
|
|
- label: I'm willing to submit a Pull Request for this change.
|
|
- label: This issue is not a duplicate of an existing one.
|
|
required: true
|
|
- label: I have chosen an appropriate title.
|
|
required: true
|
|
- label: All requested information has been provided properly.
|
|
required: true
|