Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md and CONTRIBUTING.md #2560

Merged
merged 23 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-------------------------------------------------------------
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, regardless of 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.

-------------------------------------------------------------

Expand All @@ -22,14 +22,14 @@ Before reading: All of the rules below are guidelines, which means that they sho
- Please use the BUG/ISSUE template
- Please be clear when describing issues.
- Please fill out the form and DO NOT send empty issues with the information on the title.
- Please make sure to check for duplicates as said in the BUG/ISSUE template.
- Please search for possible duplicates, and only post new content. (As stated in the BIG/ISSUE template).
- Please make sure to preceed titles with the `[BUG/ISSUE]` string, so they can be easily identified.

#### Feature requests:
- Please use the FEATURE REQUEST template
- Please detail how the feature should work. Please be as specific as possible.
- Some features are difficult and might take some time to get implemented. This project is made in the contributor's free time, so please do not post messages asking for ETAs or similar. Every feature request will be considered.
- Please make sure to check for duplicates as said in the FEATURE REQUEST template.
- Please check for duplicates as said in the FEATURE REQUEST template.
- Please make sure to preceed titles with the `[FEATURE REQUEST]` string, so they can be easily identified.

## Pull requests:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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 the issue https://github.com/microsoft/winget-cli/issues/2603.<br>
For more details, see this issue: https://github.com/microsoft/winget-cli/issues/2603.<br>

#

Expand Down Expand Up @@ -241,7 +241,7 @@ Since 3.1.0: `--uninstall-unigetui`: Attempts to unregister UniGetUI from the no
Since 3.1.0: `--migrate-wingetui-to-unigetui`: Attempts to migrate WingetUI data folders and shortcuts to UniGetUI, and silently quits<br>

### Installer command-line parameters:
The installer is inno-setup based, so it supports regular Inno Setup command-line parameters. Additionally, it also supports the following parameters:
The installer is inno-setup based. It supports all Inno Setup command-line parameters as well as the following:
<br>`/NoAutoStart`: Will not launch UniGetUI after installing it.
<br> `/ALLUSERS`: Install UniGetUI for every user
<br> `/CURRENTUSER`: Install UniGetUI for the current user only
Expand Down