diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a80f3fdee..bf4e400bd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ - [ ] **Have you checked that there aren't other open [pull requests](https://github.com/marticliment/WingetUI/pulls) for the same changes?** - [ ] **Have you tested that the committed code can be executed without errors?** - [ ] **This PR is not composed of garbage changes used to farm GitHub activity to enter potential Crypto AirDrops.** -Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the contributors' time, who have to spend their free time reviewing, fixing, and testing code that does not even compile, breaks other features, or does not introduce any useful changes. Thank you for your understanding. +Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the contributors' time, who have to spend their free time reviewing, fixing, and testing code that does not even compile breaks other features, or does not introduce any useful changes. Thank you for your understanding. ----- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c2c22c284..7c46de013 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,9 @@ ------------------------------------------------------------- -This repository **respects** people, despite their race, gender, religion, height, or culture. Any user who posts offensive or disrespectful content regarding race, gender, religion, height or culture **will be immediately banned from this repository**. No exception will be made. +This repository **respects** people, despite their race, gender, religion, height, or culture. Any user who posts offensive or disrespectful content regarding race, gender, religion, height, or culture **will be immediately banned from this repository**. No exception will be made. ------------------------------------------------------------- -### DO NOT publish garbage PRs to farm Crypto AirDrops. Any user suspected of this action will get banned. Submitting broken code wastes the contributors' time, who have to spend their free time reviewing, fixing, and testing code that does not even compile does not break other functionality or does not introduce any changes at all. +### DO NOT publish garbage PRs to farm Crypto AirDrops. Any user suspected of this action will get banned. Submitting broken code wastes the contributors' time, who have to spend their free time reviewing, fixing, and testing code that does not even compile does not break other functionality, or does not introduce any changes at all. --------------------------------- @@ -51,4 +51,3 @@ Before reading: All of the rules below are guidelines, which means that they sho - Commits must include only changes on one feature or section of the code. Let's say, you have fixed an issue regarding localization and added a new entry in the settings section to change update frequency, those two changes must be committed separately. - The code in each commit should be executable. Please do not leave work unfinished across commits, or, if it is needed, let the code be executed without errors. - Commit names must be self-explanatory, and, if applicable, must reference the corresponding issue. - diff --git a/README.md b/README.md index 960de13af..756110459 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ To translate UniGetUI to other languages or to update an old translation, please |   Tagalog - Tagalog | 14% | lasersPew | |   Thai - ภาษาไทย | 99% | [apaeisara](https://github.com/apaeisara), [dulapahv](https://github.com/dulapahv), [rikoprushka](https://github.com/rikoprushka) | |   Turkish - Türkçe | 99% | [ahmetozmtn](https://github.com/ahmetozmtn), [dogancanyr](https://github.com/dogancanyr), [gokberkgs](https://github.com/gokberkgs) | -|   Ukranian - Yкраї́нська | 56% | Artem Moldovanenko, Operator404 | +|   Ukrainian - Yкраї́нська | 56% | Artem Moldovanenko, Operator404 | |   Urdu - اردو | 55% | [digitio](https://github.com/digitio), [digitpk](https://github.com/digitpk) | |   Vietnamese - Tiếng Việt | 95% | [legendsjoon](https://github.com/legendsjoon), [txavlog](https://github.com/txavlog) | |   Simplified Chinese (China) | 99% | Aaron Liu, adfnekc, [arthurfsy2](https://github.com/arthurfsy2), [bai0012](https://github.com/bai0012), BUGP Association, ciaran, CnYeSheng, Cololi, [FloatStream](https://github.com/FloatStream), [SpaceTimee](https://github.com/SpaceTimee), Yisme | @@ -209,7 +209,7 @@ If this doesn't work, consider asking for help at [Winget's project page](https: A: This is a known limitation of Winget. -See more details on issue https://github.com/microsoft/winget-cli/issues/2603.
+See more details on the issue https://github.com/microsoft/winget-cli/issues/2603.
# @@ -217,17 +217,17 @@ See more details on issue https://github.com/microsoft/winget-cli/issues/2603. +Since UniGetUI is open source and safe to use, whitelist the app in the settings of your antivirus/browser.
# **Q: Are Winget/Scoop packages safe?**
-A: UniGetUI, Microsoft and Scoop aren't responsible for the packages available for download, which are provided by third parties and can theoretically be compromised. +A: UniGetUI, Microsoft, and Scoop aren't responsible for the packages available for download, which are provided by third parties and can theoretically be compromised. -To mitigate the risks of downloading malware, Microsoft has implemented a few checks for the software available on Winget. Even so, It's recommended to only download software from publishers that you trust. +Microsoft has implemented a few checks for the software available on Winget to mitigate the risks of downloading malware. Even so, It's recommended to only download software from publishers that you trust.

Check out the Wiki for more information!