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:
w1nst0n 2021-12-10 11:40:29 +00:00 committed by GitHub
commit c5e45d0053
4 changed files with 104 additions and 0 deletions

View 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.

View 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.

View 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.

View 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