@@ -6,15 +6,15 @@ The new contribution system simplifies adding bloatware packages to the registry
66
77## What's New?
88
9- ### ✅ Before (Old System)
9+ ### Before (Old System)
1010To add a new package, you needed to:
11111 . Edit the brand's Python file (` Samsung/samsung_remover.py ` )
12122 . Edit the brand's Shell script (` Samsung/samsung_remover.sh ` )
13133 . Edit the brand's Markdown file (` Samsung/samsung-bloatware-list.md ` )
14144 . Ensure consistency across all three files
15155 . Know Python, Shell, and Markdown syntax
1616
17- ### 🎉 After (New System)
17+ ### After (New System)
1818Now you can:
19191 . Run ` python contribute.py ` (interactive tool)
20202 . OR edit ` packages_registry.json ` directly
@@ -85,46 +85,46 @@ Edit `packages_registry.json` directly:
8585### New System
8686```
8787UIBloatwareRegistry/
88- ├── packages_registry.json # ⭐ Single source of truth
89- ├── contribute.py # ⭐ Contribution tool
88+ ├── packages_registry.json # Single source of truth
89+ ├── contribute.py # Contribution tool
9090├── core/
91- │ └── package_registry.py # ⭐ Registry manager
91+ │ └── package_registry.py # Registry manager
9292├── .github/
93- │ ├── ISSUE_TEMPLATE/ # ⭐ Issue templates
93+ │ ├── ISSUE_TEMPLATE/ # Issue templates
9494│ │ ├── new_package_entry.yml
9595│ │ ├── update_risk_level.yml
9696│ │ └── removal_problem_report.yml
97- │ └── pull_request_template.md # ⭐ PR template
98- └── CONTRIBUTING.md # ⭐ Enhanced guidelines
97+ │ └── pull_request_template.md # PR template
98+ └── CONTRIBUTING.md # Enhanced guidelines
9999```
100100
101101### Old System (Deprecated)
102102```
103103UIBloatwareRegistry/
104104├── Samsung/
105- │ ├── samsung_remover.py # ⚠️ Will use registry
106- │ ├── samsung_remover.sh # ⚠️ May be deprecated
107- │ └── samsung-bloatware-list.md # ⚠️ Generated from registry
105+ │ ├── samsung_remover.py # Will use registry
106+ │ ├── samsung_remover.sh # May be deprecated
107+ │ └── samsung-bloatware-list.md # Generated from registry
108108```
109109
110110## Risk Level Guidelines
111111
112- ### 🟢 SAFE
112+ ### SAFE
113113- No system functionality affected
114114- Can be removed without concerns
115115- Examples: Bixby, Samsung Cloud, carrier apps
116116
117- ### 🟡 CAUTION
117+ ### CAUTION
118118- May affect some functionality
119119- Remove only if you don't use it
120120- Examples: Default SMS app, Browser
121121
122- ### 🔴 DANGEROUS
122+ ### DANGEROUS
123123- May cause system instability
124124- NOT recommended for average users
125125- Examples: Google Play Services, System launcher
126126
127- ### ⚪ UNKNOWN
127+ ### UNKNOWN
128128- Not yet tested or categorized
129129- Research before removing
130130- Treat as DANGEROUS until proven otherwise
@@ -169,14 +169,14 @@ python contribute.py
169169```
170170
171171Features:
172- - ✅ Add new packages
173- - ✅ Update existing packages
174- - ✅ Remove packages
175- - ✅ Search packages
176- - ✅ View brands and categories
177- - ✅ Risk level guidelines
178- - ✅ Input validation
179- - ✅ Duplicate detection
172+ - Add new packages
173+ - Update existing packages
174+ - Remove packages
175+ - Search packages
176+ - View brands and categories
177+ - Risk level guidelines
178+ - Input validation
179+ - Duplicate detection
180180
181181### CLI Mode
182182``` bash
@@ -303,10 +303,10 @@ A: Git version control keeps everything safe. Just submit a correction PR!
303303
304304## Support
305305
306- - 📖 Read [ CONTRIBUTING.md] ( ../CONTRIBUTING.md )
307- - 💬 Start a [ Discussion] ( https://github.com/PixelCode01/UIBloatwareRegistry/discussions )
308- - 🐛 Report an [ Issue] ( https://github.com/PixelCode01/UIBloatwareRegistry/issues )
306+ - Read [ CONTRIBUTING.md] ( ../CONTRIBUTING.md )
307+ - Start a [ Discussion] ( https://github.com/PixelCode01/UIBloatwareRegistry/discussions )
308+ - Report an [ Issue] ( https://github.com/PixelCode01/UIBloatwareRegistry/issues )
309309
310310---
311311
312- ** Happy Contributing! 🎉 **
312+ ** Happy Contributing!**
0 commit comments