The PowerShell-docs hosts a community driven project called PowerShell Docs Quality Contributions
This module verifies a level of quality to the PowerShell-Docs repo, making it easy for you as a community contributor to know what to focus on.
Example:
Set-Location $env:USERPROFILE
git clone https://github.com/username/PowerShell-Docs-CommunityTests
Import-Module PowerShell-Docs-CommunityModule
Find-MissingAliasNotes -Verbose
- Install the PowerShell-Docs-CommunityModule
- Clone PowerShell-Docs under it:
systemroot/userprofile
└───gitfolder
├───PowerShell-Docs
└───PowerShell-Docs-CommunityTests
- Run the commands to figure out what to work on
- Follow the Contribution Guidelines
Any contributions are welcome!