Add issue templates

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
Muntashir Al-Islam 2023-07-24 15:59:32 +06:00
parent c1fe76874a
commit 76ac39802a
3 changed files with 160 additions and 0 deletions

View File

@ -0,0 +1,55 @@
name: Report vulnerability of a system app
description: Ask maintainers to add/update vulnerability of a system app
labels: [enhancement]
body:
- type: checkboxes
attributes:
label: Please check before submitting an issue
options:
- label: I have investigated the app and created a report
required: true
- type: textarea
attributes:
label: Vulnerability report
description: CVD/CVE, or a link otherwise
placeholder: CVE-2019-16253
validations:
required: true
- type: textarea
attributes:
label: Package name
placeholder: com.samsung.SMT
validations:
required: true
- type: textarea
attributes:
label: Package label
placeholder: Samsung TTS
validations:
required: true
- type: textarea
attributes:
label: Affected versions
description: List affection versions with version code
placeholder: |
- Android < P: 3.0.00.100 (300200100) and earlier
- Android ≥ P: 3.0.02.6 (300200006) and earlier
validations:
required: true
- type: textarea
attributes:
label: Removal
placeholder: Update, or remove if the feature is not used
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about your proposal here.

View File

@ -0,0 +1,54 @@
name: Request addition of new bloatware
description: Request maintainers to add one or more bloatware
labels: [enhancement]
body:
- type: checkboxes
attributes:
label: Please check before submitting an issue
description: Checking the items below help us determine how to set priorities
options:
- label: The bloatware in my proposal are not present in the list
required: true
- label: I have tested the bloatware in my device
required: true
- label: I have investigated the bloatware and created a report
required: false
- type: textarea
attributes:
label: Source
description: Device information, or a link from where the list was obtained
placeholder: Samsung SM-M017F (One UI 5.0)
validations:
required: true
- type: textarea
attributes:
label: New packages
description: List the bloatware packages with label in brackets, one line per bloatware
placeholder: |
- com.sec.readershub (Samsung Books)
- com.sec.smartcard.manager (Smart Card Manager)
- com.sec.usbsettings (USBSettings)
validations:
required: true
- type: textarea
attributes:
label: Reports
description: Describe each bloatware added above. Fill this only if you have selected the third option above.
placeholder: |
1. com.sec.readershub: (AKA Readers Hub) Discontinued and safe to delete. All-in-one e-Reading solution that
offers instant access to thousands of e-reading contents.
https://www.appbrain.com/app/samsung-books/com.sec.readershub
2. com.sec.smartcard.manager: Safe to delete if you're not using smart card features. Smart Card enables
communication with Secure Elements (SIM card, embedded Secure Elements, Mobile Security Card...). These
packages seem to be Samsung implementation.
3. com.sec.usbsettings: Safe to delete. Hidden settings. Lets you choose from ADB, MTP, RNDIS, ACM, DM (dial
*#0808# to open). It runs at startup.
- type: textarea
attributes:
label: Additional context
description: Add any other context about your proposal here.

View File

@ -0,0 +1,51 @@
name: Request changes in the existing bloatware
description: Request maintainers to change the documentation of the existing bloatware
labels: [documentation]
body:
- type: checkboxes
attributes:
label: Please check before submitting an issue
description: Checking the items below help us determine how to set priorities
options:
- label: The bloatware in my proposal are present in the list
required: true
- label: I have investigated the bloatware to confirm my concerns
required: false
- type: textarea
attributes:
label: Source
description: Device information, or a link from where the information were obtained
placeholder: Samsung SM-M017F (One UI 5.0)
validations:
required: true
- type: textarea
attributes:
label: Affected packages
description: List the bloatware packages, one line per bloatware
placeholder: |
- com.sec.readershub
- com.sec.smartcard.manager
- com.sec.usbsettings
validations:
required: true
- type: textarea
attributes:
label: Reports
description: Describe your concern for each bloatware you've added above
placeholder: |
1. com.sec.readershub: This package has been discontinued and is safe to delete.
Source: https://www.appbrain.com/app/samsung-books/com.sec.readershub
2. com.sec.smartcard.manager: A warning should be placed for this package:
> Do not remove the app if you use Smart Card features.
3. com.sec.usbsettings: This package is harmless and should be removed from the list.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about your proposal here.