Unchecker App
Added app Unchecker as in here #2446
Type of Change
- [X] app addon
Description
Added application called unchecker that removes any affiliate links in any app you install, this addon based on this issue #2446
Testing
Installed the application through winget and it worked fine.
Impact
fixed an issue i think ?
Issue related to PR
#2446
Additional Information
None
Checklist
- [X] My code adheres to the coding and style guidelines of the project.
- [X] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the documentation.
- [X] My changes generate no errors/warnings/merge conflicts.
Please where it says what issue it resolves put Resolves # whatever this means it will auto close the issue on merge.
@YusufKhalifadev as @Real-MullaC has mentioned in his comment, you need to add the Resolves Keyword before the Issue Ticket ID (the #NUM part), making sure there's a space between the Keyword (Resolves) and Issue Ticket ID/Link (#NUM).
This will ensure that when your PR gets closed (either merged or rejected).. it'll close that Issue as completed, this's called Issue Linking to PRs, which does help a bit on automating some tasks.