Skip to content

Commit 0de2920

Browse files
Create CONTRIBUTING.md
1 parent 8cdb318 commit 0de2920

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# PSScriptTools Contributions
2+
3+
I welcome contributions and suggestions for this module. If you have a suggestion or problem, please post an issue. Please do not submit a pull request to fix a bug without first opening an issue as I may already be working on the problem. If you want to add an entirely new command through a pull request, create a new, stand-alone function in the `functions` directory and a markdown help document under the `docs`directory. Use the [Platyps](https://github.com/powershell/platyps) module to create the markdown file. When submitting a pull request, __do not__ update the module manifest or external help file. This module includes a documentation PDF that I need to generate with each new release.
4+
5+
If you have any questions about how you can contribute, please post an issue. One area where contributions *would* be welcome is Pester tests.

0 commit comments

Comments
 (0)