Skip to content

Commit 469d6ad

Browse files
authored
README.md - Additions and contribution guidelines
Additions to README to add text and contrib guidelines. Also meant to trigger off the recently introduced checks :)
1 parent 2fb8923 commit 469d6ad

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# power-shell-scripts
2-
A set of Power Shell Scripts I have developed/ improved
2+
3+
Power Shell Scripts is a repository of Powershell Scripts I have developed/ improved over time.
4+
5+
Please do not hestitate to submit PR<sup>[?](https://www.youtube.com/watch?v=_NrSWLQsDL4)</sup>s with any improvements/ corrections
6+
7+
## Contribution guidelines
8+
If you do decide to contribute to my repository - to begin with, **Thanks**! You will need to ensure that your submissions follow the guidelines below in order for me to be able to accept you PR.
9+
10+
### Keep your code valid!
11+
Any code submissions via PRs are checked for validity using the Github actions [Hound](https://github.com/marketplace/hound) and [PSScriptAnalyzer checks](https://github.com/marketplace/actions/psscriptanalyzer-checks). Together they ensure that there are no validation errors in both Markdown and PowerShell content in any new content. The latter also ensures that best practices recommended by the [PowerShell Team](https://www.powershellgallery.com/profiles/PowerShellTeam) are also being followed.

0 commit comments

Comments
 (0)