From 26151a9c8e287eb689f951fbb07ba94848f9d5f0 Mon Sep 17 00:00:00 2001 From: AnonymousWP <50231698+AnonymousWP@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:01:46 +0100 Subject: [PATCH] chore(issue-template): explain removals --- .github/ISSUE_TEMPLATE/add-new-package-s-.md | 8 ++++++-- .../update-apps-description-or-recommendation.md | 9 +++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/add-new-package-s-.md b/.github/ISSUE_TEMPLATE/add-new-package-s-.md index 95492d7..307a79a 100644 --- a/.github/ISSUE_TEMPLATE/add-new-package-s-.md +++ b/.github/ISSUE_TEMPLATE/add-new-package-s-.md @@ -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. ### \ diff --git a/.github/ISSUE_TEMPLATE/update-apps-description-or-recommendation.md b/.github/ISSUE_TEMPLATE/update-apps-description-or-recommendation.md index 2f1770b..8f9c17d 100644 --- a/.github/ISSUE_TEMPLATE/update-apps-description-or-recommendation.md +++ b/.github/ISSUE_TEMPLATE/update-apps-description-or-recommendation.md @@ -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. ### \