mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-26 23:44:18 +02:00
Merge pull request #105 from Universal-Debloater-Alliance/95-add-removals-to-issue-template
chore(issue-template): explain removals
This commit is contained in:
commit
488fce1f70
2 changed files with 13 additions and 4 deletions
8
.github/ISSUE_TEMPLATE/add-new-package-s-.md
vendored
8
.github/ISSUE_TEMPLATE/add-new-package-s-.md
vendored
|
|
@ -23,8 +23,12 @@ com.this.is.another.bad.application
|
|||
|
||||
**List**: `Google`|`Misc`|`OEM` (manufacturer)|`AOSP`|`Pending`|`Carrier` (isp).
|
||||
|
||||
**Removal**: `Recommended`, `Advanced`, `Expert` (this can break important features),
|
||||
or `Unsafe` (this can bootloop the phone or break extremely important features).
|
||||
**Removal**:
|
||||
|
||||
- Recommended -- Pointless or outright negative packages, and/or apps available through Google Play.
|
||||
- Advanced -- Breaks obscure or minor parts of functionality, or apps that aren't easily enabled/installed through Settings/Google Play. This category is also used for apps that are useful (default keyboard/gallery/launcher/music app.) but that can easily be replaced by a better alternative.
|
||||
- Expert -- Breaks widespread and/or important functionality, but nothing important to the basic operation of the operating system. Removing an Expert package should not bootloop the device (unless mentioned in the description) but we can't guarantee it 100%.
|
||||
- Unsafe -- Can break vital parts of the operating system. Removing an Unsafe package have an extremely high risk of bootlooping your device.
|
||||
|
||||
### \<package name\>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,13 @@ com.this.is.another.application
|
|||
## Documentation Change
|
||||
|
||||
**List**: `Google`|`Misc`|`OEM` (manufacturer)|`AOSP`|`Pending`|`Carrier` (isp).
|
||||
**Removal**: `Recommended`, `Advanced`, `Expert` (this can break important features),
|
||||
or `Unsafe` (this can bootloop the phone or break extremely important features).
|
||||
|
||||
**Removal**:
|
||||
|
||||
- Recommended -- Pointless or outright negative packages, and/or apps available through Google Play.
|
||||
- Advanced -- Breaks obscure or minor parts of functionality, or apps that aren't easily enabled/installed through Settings/Google Play. This category is also used for apps that are useful (default keyboard/gallery/launcher/music app.) but that can easily be replaced by a better alternative.
|
||||
- Expert -- Breaks widespread and/or important functionality, but nothing important to the basic operation of the operating system. Removing an Expert package should not bootloop the device (unless mentioned in the description) but we can't guarantee it 100%.
|
||||
- Unsafe -- Can break vital parts of the operating system. Removing an Unsafe package have an extremely high risk of bootlooping your device.
|
||||
|
||||
### \<package name\>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue