Skip to content

Commit

Permalink
Standardize Whitespace (microsoft#77880)
Browse files Browse the repository at this point in the history
* Fix Spellcheck

* Standardize Whitespace

* Additional Whitespace fixes

* Fix more whitespace
  • Loading branch information
Trenly authored Sep 11, 2022
1 parent 8af3ffc commit efee984
Show file tree
Hide file tree
Showing 38 changed files with 737 additions and 741 deletions.
18 changes: 9 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.editorconfig text eol=crlf
*.json text eol=crlf
*.md text eol=crlf
*.ps1 text eol=crlf
*.txt text eol=crlf
*.validation text eol=crlf
*.yml text=auto
*.yaml text=auto
.github/actions/spelling/** text eol=lf
.editorconfig text eol=crlf
*.json text eol=crlf
*.md text eol=crlf
*.ps1 text eol=crlf
*.txt text eol=crlf
*.validation text eol=crlf
*.yml text=auto
*.yaml text=auto
.github/actions/spelling/** text eol=lf
17 changes: 8 additions & 9 deletions .github/ISSUE_TEMPLATE/package_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ body:
label: Please provide the following information
description: If you can provide the following information, it will be easy for us to add the package to the repository.
value: |
Publisher:
Publisher Url:
Package Name:
Description:
Package Version:
Installer URL:
Current Package Identifier (for new versions):
Publisher:
Publisher Url:
Package Name:
Description:
Package Version:
Installer URL:
Current Package Identifier (for new versions):
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- [ ] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)?
- [ ] Have you checked that there aren't other open [pull requests](https://github.com/microsoft/winget-pkgs/pulls) for the same manifest update/change?
- [ ] Have you [validated](https://github.com/microsoft/winget-pkgs/blob/master/AUTHORING_MANIFESTS.md#validation) your manifest locally with `winget validate --manifest <path>`?
- [ ] Have you [validated](https://github.com/microsoft/winget-pkgs/blob/master/AUTHORING_MANIFESTS.md#validation) your manifest locally with `winget validate --manifest <path>`?
- [ ] Have you tested your manifest locally with `winget install --manifest <path>`?
- [ ] Does your manifest conform to the [1.2 schema](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.2.0)?

Expand Down
4 changes: 2 additions & 2 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"name": "addReply",
"parameters": {
"reviewer": "You cannot make a change to the validation-pipeline.yml. Please file an issue so that we can discuss.",
"comment": "Hello @${issueAuthor},\n\nSorry we cannot process ${number} because you are changing validation-pipeline.yaml. Please remove that file from your PR. If you would like to discuss changes to validation-pipeline.yml, please file an issue.\n\nTemplate: msftbot/pipelineModified"
"comment": "Hello @${issueAuthor},\n\nSorry we cannot process ${number} because you are changing validation-pipeline.yaml. Please remove that file from your PR. If you would like to discuss changes to validation-pipeline.yml, please file an issue.\n\nTemplate: msftbot/pipelineModified"
}
},
{
Expand Down Expand Up @@ -835,7 +835,7 @@
{
"name": "addReply",
"parameters": {
"comment": "Hello @${issueAuthor},\n\nAn issue was identified during the manual review, and the PR request cannot be approved. Please see comments for more information.\nPlease address the issue and resubmit, or if you disagree with this resolution, please raise an issue and flag this PR for further discussion.\n\nTemplate: msftbot/validationError/manualReview"
"comment": "Hello @${issueAuthor},\n\nAn issue was identified during the manual review, and the PR request cannot be approved. Please see comments for more information.\nPlease address the issue and resubmit, or if you disagree with this resolution, please raise an issue and flag this PR for further discussion.\n\nTemplate: msftbot/validationError/manualReview"
}
},
{
Expand Down
Loading

0 comments on commit efee984

Please sign in to comment.