mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-27 15:51:34 +02:00
More granular templating system
- Use Bug report template only for bugs related to UAD itself - Add a template for new packages additions - Add a template for documentation updates - Add a template for all breakages related to debloating
This commit is contained in:
parent
39da91a33d
commit
c5e45d0053
4 changed files with 104 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/add-new-package-s-.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/add-new-package-s-.md
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
name: Add new package(s)
|
||||
about: You want to add new apps in the debloat list
|
||||
title: ''
|
||||
labels: package::addition
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Your phone:** <phone model>
|
||||
|
||||
**Packages:**
|
||||
```
|
||||
com.this.is.a.bad.application
|
||||
com.this.is.another.bad.application
|
||||
...
|
||||
```
|
||||
- [ ] **I removed all those packages on my phone**
|
||||
If not why. Leave the brackets blank and explain why.
|
||||
|
||||
## Document each package the best you can
|
||||
**List**: `Google`|`Misc`|`Oem` (manufacturer)|`Aosp`|`Pending`|`Carrier` (isp).
|
||||
**Removal**: `Recommended`, `Advanced`, `Expert` (this can break important features), `Unsafe` (this can bootloop the phone or break extremely important features).
|
||||
|
||||
### \<package name\>
|
||||
**List**: \<list\>
|
||||
**Removal**: \<recommendation list\>
|
||||
> Description. Link to its Playstore page if it exists.
|
||||
19
.github/ISSUE_TEMPLATE/debloat-issue-report.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/debloat-issue-report.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
name: Debloat issue report
|
||||
about: Your phone has unexpected issues after debloating
|
||||
title: ''
|
||||
labels: package::breakage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Your phone**: \<phone model\>
|
||||
|
||||
**Describe the issue**
|
||||
A clear and concise description of what the problem is.
|
||||
|
||||
**You have a solution?**
|
||||
What to do to fix the issue.
|
||||
|
||||
**UAD log**
|
||||
Upload the logfile generated by UAD. You can hardly be helped without.
|
||||
27
.github/ISSUE_TEMPLATE/new-package-s-.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/new-package-s-.md
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
name: New package(s)
|
||||
about: You want to add new apps in the debloat list
|
||||
title: ''
|
||||
labels: package::addition
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Packages:**
|
||||
```
|
||||
com.this.is.a.bad.application
|
||||
com.this.is.another.bad.application
|
||||
...
|
||||
```
|
||||
- [ ] **I removed all those packages on my phone**
|
||||
If not why. Leave the brackets blank and explain why.
|
||||
|
||||
## Document each package the best you can
|
||||
**list**: `Google`|`Misc`|`Oem` (manufacturer)|`Aosp`|`Pending`|`Carrier` (isp).
|
||||
**removal**: `Recommended`, `Advanced`, `Expert` (this can break important features), `Unsafe` (this can bootloop the phone or break extremely important features).
|
||||
|
||||
### Template
|
||||
|
||||
### \<package name\>
|
||||
**list**: \<list\> **removal**: \<recommendation list\>
|
||||
> Description. Link to its Playstore page if it exists.
|
||||
30
.github/ISSUE_TEMPLATE/update-apps-description-or-recommendation.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/update-apps-description-or-recommendation.md
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
name: Update apps description or recommendation
|
||||
about: You want to improve/update a description/recommendation
|
||||
title: ''
|
||||
labels: package::documentation
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Your phone**: \<phone model\>
|
||||
|
||||
**Packages documentation to update:**
|
||||
```
|
||||
com.this.is.a.application
|
||||
com.this.is.another.application
|
||||
...
|
||||
```
|
||||
## Documentation chage
|
||||
**List**: `Google`|`Misc`|`Oem` (manufacturer)|`Aosp`|`Pending`|`Carrier` (isp).
|
||||
**Removal**: `Recommended`, `Advanced`, `Expert` (this can break important features), `Unsafe` (this can bootloop the phone or break extremely important features).
|
||||
|
||||
### \<package name\>
|
||||
**List**: \<current list\> :arrow_right: \<proposed list\>
|
||||
**Removal**: \<current recommendation list\> :arrow_right: \<proposed recommendation list\>
|
||||
|
||||
**Current description**
|
||||
> Current description
|
||||
|
||||
**Proposed description**
|
||||
> Proposed description
|
||||
Loading…
Add table
Add a link
Reference in a new issue