forked from MicrosoftDocs/PowerShell-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update monthly community pages (MicrosoftDocs#5857)
- Loading branch information
Showing
8 changed files
with
215 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
title: What's New in PowerShell Docs for 2020-Q2 | ||
description: List of changes to the PowerShell documentation | ||
ms.date: 04/29/2020 | ||
--- | ||
|
||
# What's new in PowerShell Docs | ||
|
||
This article lists some of the major changes to docs during this previous month and celebrates the | ||
contributions from the community. | ||
|
||
Help us make the documentation better for you. Read the [Contributor's Guide][contrib] to learn how | ||
to get started. | ||
|
||
## 2020-April Highlights | ||
|
||
- New documents | ||
- PowerShell documentation | ||
- [Using Experimental Features](/powershell/scripting/whats-new/experimental-features) | ||
- [about_PSModulePath](/powershell/module/microsoft.powershell.core/about/about_psmodulepath) | ||
- Wiki articles | ||
- [The case for and against Invoke-Expression](https://github.com/MicrosoftDocs/PowerShell-Docs/wiki/The-case-for-and-against-Invoke-Expression) | ||
- [Variables can be assigned values as part of an expression (with limitations)](https://github.com/MicrosoftDocs/PowerShell-Docs/wiki/Variables-can-be-assigned-values-as-part-of-an-expression-(with-limitations)) | ||
|
||
- Documentation maintenance | ||
- Now publishing the live branch to the website on a schedule | ||
- Monday-Friday 3pm Redmond Time (UTC-8) | ||
- Restructured the Community content | ||
- Many editorial cleanups | ||
- Updated Contributor Guide | ||
- Clarified some formatting rules | ||
- New information about table formatting | ||
|
||
- GitHub stats | ||
- 74 PRs merged (8 from Community) | ||
- 79 issues opened (71 from Community) | ||
- 102 issues closed | ||
|
||
### Top Community Contributors | ||
|
||
The following people have contributed to PowerShell docs by submitting pull requests or filling | ||
issues. Thank you! | ||
|
||
- Jonathan-Quilter - 1 PR & 1 issue | ||
- ScSurber - 1 PR & 1 issue | ||
- alexandair - 1 PR | ||
- bmkaiser - 1 PR | ||
- hyoshioka0128 - 1 PR | ||
- jpomfret - 1 PR | ||
- raydixon - 1 PR | ||
- signalwarrant - 1 PR | ||
- mklement0 - 8 issues | ||
- reinierk - 3 issues | ||
- scabon - 2 issues | ||
- Abdullah0820 - 2 issues | ||
- awooga - 2 issues | ||
- Damag3d - 2 issues | ||
- Fiasco123 - 2 issues | ||
- Jasonthurston - 2 issues | ||
|
||
<!-- Link references --> | ||
[contrib]: contributing/overview.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
### YamlMime:Landing | ||
|
||
title: Community Update # < 60 chars | ||
summary: A list of resources and a summary of new articles and community contributions. # < 160 chars | ||
|
||
metadata: | ||
title: Community Update # Required; page title displayed in search results. Include the brand. < 60 chars. | ||
description: A list of resources and a summary of new articles and community contributions. # < 160 chars | ||
ms.topic: landing-page # Required | ||
author: sdwheeler #Required; your GitHub user alias, with correct capitalization. | ||
ms.author: sewhee #Required; microsoft alias of author; optional team alias. | ||
ms.date: 04/29/2020 | ||
|
||
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | | ||
# overview | quickstart | reference | tutorial | video | whats-new | ||
|
||
landingContent: | ||
# Cards and links should be based on top customer tasks or top subjects | ||
# Start card title with a verb | ||
- title: Community resources | ||
linkLists: | ||
- linkListType: overview | ||
links: | ||
- text: Community support | ||
url: community-support.md | ||
- text: Digital art | ||
url: digital-art.md | ||
- text: Contributor Hall of Fame | ||
url: hall-of-fame.md | ||
- title: What's new in PowerShell Docs | ||
linkLists: | ||
- linkListType: whats-new | ||
links: | ||
- text: 2020-Q2 | ||
url: ./2020-Q2.md | ||
- text: 2020-Q1 | ||
url: ./2020-Q1.md | ||
- title: Get involved - contribute to PowerShell docs | ||
linkLists: | ||
- linkListType: overview | ||
links: | ||
- text: PowerShell Contributor Guide | ||
url: contributing/overview.md | ||
- text: Get started writing | ||
url: contributing/get-started-writing.md | ||
- linkListType: how-to-guide | ||
links: | ||
- text: How to file an issue | ||
url: contributing/file-an-issue.md | ||
- text: Submitting a pull request | ||
url: contributing/pull-requests.md | ||
- text: PowerShell-Docs style guide | ||
url: contributing/powershell-style-guide.md | ||
- text: Editing cmdlet reference | ||
url: contributing/editing-cmdlet-ref.md | ||
- linkListType: reference | ||
links: | ||
- text: Editorial checklist | ||
url: contributing/editorial-checklist.md | ||
- text: How we manage issues | ||
url: contributing/managing-issues.md | ||
- text: How we manage pull requests | ||
url: contributing/managing-pull-requests.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: What's New in PowerShell Docs | ||
description: List of changes to the PowerShell documentation | ||
ms.date: 04/29/2020 | ||
--- | ||
# Community Contributor Hall of Fame | ||
|
||
The PowerShell Community is a vibrant and collaborative group. We greatly appreciate all the help | ||
and support we get from the community. Learn how you can contribute by reading the | ||
[Contributor's Guide][contrib]. | ||
|
||
As of April 2020, these GitHub users are the All-Time Top Community Contributors. | ||
|
||
### Pull Requests opened | ||
|
||
Pull Requests help us fix those issues and make the documentation better for everyone. | ||
|
||
| Docs PRs Submitted | 2016 | 2017 | 2018 | 2019 | 2020 | Grand Total | | ||
| ------------------ | ---: | ---: | ---: | ---: | ---: | ----------: | | ||
| Community | 198 | 448 | 468 | 322 | 38 | 1477 | | ||
| matt9ucci | | 157 | 80 | 30 | | 267 | | ||
| nschonni | | | 14 | 138 | | 152 | | ||
| kiazhi | 25 | 79 | 12 | | | 116 | | ||
| alexandair | 59 | 8 | 26 | 2 | 1 | 96 | | ||
| doctordns | 5 | 32 | 20 | 7 | 2 | 66 | | ||
| sethvs | | 1 | 44 | | | 45 | | ||
| Dan1el42 | 20 | | | | | 20 | | ||
| NReilingh | 2 | | 13 | 3 | | 18 | | ||
| it-praktyk | | | 16 | 1 | | 17 | | ||
| vors | 15 | 1 | | | | 16 | | ||
| markekraus | | 11 | 5 | | | 16 | | ||
| purdo17 | | | 13 | | | 13 | | ||
| k-takai | | | 5 | 1 | 7 | 13 | | ||
| kvprasoon | 2 | 1 | 7 | 2 | | 12 | | ||
| PlagueHO | 10 | | | 1 | | 11 | | ||
| exchange12rocks | | 7 | 3 | | | 10 | | ||
| KirkMunro | 1 | 1 | 2 | 6 | | 10 | | ||
|
||
### GitHub issues opened | ||
|
||
GitHub issues help us identify errors and gaps in our documentation. | ||
|
||
| Docs Issues opened | 2016 | 2017 | 2018 | 2019 | 2020 | Grand Total | | ||
| ------------------ | ---: | ---: | ---: | ---: | ---: | ----------: | | ||
| Community | 48 | 93 | 212 | 575 | 212 | 1152 | | ||
| mklement0 | | 19 | 60 | 56 | 26 | 161 | | ||
| jszabo98 | | | 2 | 15 | 3 | 20 | | ||
| iSazonov | | 1 | 4 | 10 | 4 | 19 | | ||
| doctordns | | 5 | 3 | 5 | 4 | 17 | | ||
| alexandair | 9 | 4 | 2 | | | 15 | | ||
| vexx32 | | | 3 | 11 | | 14 | | ||
| KirkMunro | | | 7 | 7 | | 14 | | ||
|
||
<!-- Link references --> | ||
[contrib]: contributing/overview.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters