Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
denelon committed Mar 15, 2024
1 parent 1dc63c4 commit 4f11041
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ This repository contains the manifest files for the **Windows Package Manager**
The **Windows Package Manager** is an [open source client](https://github.com/microsoft/winget-cli) designed for command-line usage. If you are interested in exploring private repositories offering private WinGet package hosting, see [private repositories](doc/private/README.md).

## Repology
[Repology](https://repology.org/), the packaging hub monitors package repositories comparing package versions and other information.

[![Repository status](https://repology.org/badge/repository-big/winget.svg)](https://repology.org/repository/winget)

# Documentation

Please check the [overview](doc/README.md) for detailed topics. Common topics for the WinGet Community repository are available below"
Expand All @@ -26,6 +21,11 @@ Please check the [overview](doc/README.md) for detailed topics. Common topics fo
* [Requesting a new package](doc/Issues.md#Request-a-New-Package)
* [Requesting a new package version](doc/Issues.md#Request-a-New-Package-Version)

## Repology

Check failure on line 24 in README.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`Repology` is not a recognized word. (unrecognized-spelling)
[Repology](https://repology.org/), the packaging hub monitors package repositories comparing package versions and other information.

Check failure on line 25 in README.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`Repology` is not a recognized word. (unrecognized-spelling)

[![Repository status](https://repology.org/badge/repository-big/winget.svg)](https://repology.org/repository/winget)

# Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
Expand Down
8 changes: 7 additions & 1 deletion doc/Issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ GitHub uses Issues to track work. Community members are welcome to submit issues

Issues related to the WinGet client itself should be routed over to the [winget-cli](https://github.com/microsoft/winget-cli) repository.

## Request a Validation Feature
Please file issues using one of our [Issue templates](https://github.com/microsoft/winget-pkgs/issues/new/choose)

## Report an issue with a Manifest
Please file issues using one of our [Issue templates](https://github.com/microsoft/winget-pkgs/issues/new/choose)

## Request a New Package
Please file issues using one of our [Issue templates](https://github.com/microsoft/winget-pkgs/issues/new/choose)

## Request a New Package Version
Please file issues using one of our [Issue templates](https://github.com/microsoft/winget-pkgs/issues/new/choose)
Please file issues using one of our [Issue templates](https://github.com/microsoft/winget-pkgs/issues/new/choose)
2 changes: 2 additions & 0 deletions doc/Policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ WinGet manifests support adding agreements to manifests. These agreements are be

When switches passed to installers represent an explicit agreement between the publisher and the user, agreements must be added to the manifest. The community repository will allow the agreement title and the agreement URL, but not the agreement body to be included. Only verified developers are allowed to provide the agreement text.

Manifests with agreements require a review by Microsoft.

## Manifest Types
WinGet supports a singleton manifest type, but these are prohibited in the community repository. The singleton manifest does not support localization well, and the tooling created for generating manifests do a great job of simplifying the process of generating manifests for WinGet packages.

Expand Down

1 comment on commit 4f11041

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log for details.

Unrecognized words (3)

aslo
imporant
Repology

Previously acknowledged words that are now absent admins craigloewen Daa Esco fabricbot Filezilla jedieaston Joakim Kad Karan Levvie mdanish Megamix msft quhxl redistribution russellbanks Tbot timezone Trenly :arrow_right:
To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands

... in a clone of the [email protected]:denelon/winget-pkgs.git repository
on the Documentation branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/denelon/winget-pkgs/actions/runs/8301296766/attempts/1'
If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Please sign in to comment.