Skip to content

Latest commit

 

History

History
151 lines (96 loc) · 3.5 KB

File metadata and controls

151 lines (96 loc) · 3.5 KB

Description

Type of Change

  • New package(s) added
  • Updated existing package(s)
  • Removed deprecated package(s)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code style/formatting changes

Changes Made

Packages Added/Modified

Brand Package Name Category Risk Level Action
Samsung com.example.package bixby safe Added

Other Changes

Testing

Testing Environment

  • Device Model(s):
  • Android Version(s):
  • Testing Method:

Test Results

  • Tested on actual device
  • Used test mode to verify
  • Package removal successful
  • No system instability observed
  • Affected features documented
  • Recovery/restoration tested
  • Found issues (documented below)
  • Not tested yet (explain why)

Issues Encountered

Risk Assessment

Packages with SAFE risk level

  • Package:
    • Reasoning:
    • Testing:

Packages with CAUTION risk level

  • Package:
    • Reasoning:
    • Affected features:
    • Testing:

Packages with DANGEROUS risk level

  • Package:
    • Reasoning:
    • Why included:
    • Warnings:
    • Testing:

Checklist

General Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own changes
  • I have commented my code where necessary
  • My changes generate no new warnings or errors
  • I have read the CONTRIBUTING.md guide

For Package Changes

  • Package names are accurate and complete (com.example.package format)
  • Descriptions are clear and user-friendly
  • Risk levels follow the guidelines in CONTRIBUTING.md
  • Categories are appropriate and logical
  • All required metadata is provided (name, description, risk)
  • JSON syntax is valid (no syntax errors)
  • No duplicate packages added

Testing Checklist

  • Tested package removal on actual device OR used test mode
  • Verified basic device functions still work
  • Documented any affected features or issues
  • Tested package restoration/recovery
  • Multiple devices tested (if possible)

Documentation Checklist

  • Updated relevant documentation
  • Added comments for complex changes
  • Included examples where helpful
  • Updated README if needed

Screenshots/Evidence (Optional)

Related Issues

Closes # Related to #

Additional Context


Note for contributors: Please fill out all relevant sections. Incomplete PRs may be delayed or closed. If you're using the contribution tool (python contribute.py), it automatically formats everything correctly!