Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 674 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 674 Bytes

Contributing

All contributions welcomed and are appreciated.

PowerShell Styleguide

Use the standard Verb-Noun convention, and only use approved verbs.

All Functions must have Comment Based Help.

K&R (One True Brace Style variant) preferred.

Contributing Code

  • Fork the repo.
  • Push your changes to your fork.
  • Write a good commit message
  • Submit a pull request
    • Keep pull requests limited to a single issue
    • Discussion, or necessary changes may be needed before merging the contribution.