mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-31 11:33:20 +02:00
* chore(pull-request-template): add templates Introduce two pull request templates to standardize contributions: .github/pull_request_template/app.md for app-related changes (description, related issues, testing matrix, checklist) and .github/pull_request_template/packages.md for package updates (description, testing, acknowledgements, package validation checklist). These templates help ensure consistent PR metadata and verification steps for maintainers and contributors. * chore(pull-request-templates): add documentation template Add .github/pull_request_template/documentation.md to provide a standardized pull request template for documentation updates. The template includes a Description section, Documentation Changes section, and a checklist (link to CONTRIBUTING, clarity, grammar/spelling, link verification, code example testing, and markdown formatting) to improve consistency and quality of doc PRs. * chore(pull-request-templates): add desktop/window manager fields Add 'Desktop Environment' and 'Window System/Manager' checklist items to the app PR template to capture more detailed testing environment information. Also adjust the ADB version line indentation to align with the checklist structure. * chore(pull-request-templates): use absolute URL for contributing guidelines * chore(pull-request-templates): move files to dedicated folder * chore(pull-request-template): reword checkbox Co-authored-by: Angel J <78835633+iamanaws@users.noreply.github.com> --------- Co-authored-by: Angel J <78835633+iamanaws@users.noreply.github.com>
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
## Description
|
|
|
|
<!-- Please describe the package changes you're adding or updating. -->
|
|
<!-- Link to related issues using keywords (e.g. Fixes <issue_number>) -->
|
|
<!-- Learn more: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests -->
|
|
|
|
## Testing
|
|
|
|
- [ ] I have tested these packages on a real device or emulator
|
|
- [ ] Package names follow correct naming conventions (e.g., `com.example.app`)
|
|
- [ ] Package names have been verified against device/ADB output
|
|
- [ ] Descriptions are accurate and helpful
|
|
- [ ] No duplicate packages added
|
|
|
|
## Acknowledgements
|
|
|
|
- [ ] I have read the [CONTRIBUTING guidelines](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/blob/main/CONTRIBUTING.md)
|
|
- [ ] I have followed the package addition guidelines
|
|
- [ ] I have reviewed the [Removal Definitions](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/Debloat-Lists#removal-definitions) in the wiki
|
|
- [ ] All package information is accurate and tested
|
|
- [ ] I understand my PR may be modified before merging
|