All help is greatly appreciated! This repo uses Common-Flow
There are a couple of ways you can help out.
- Issues: If you happen to identify that something is broken or that a feature is missing then you can create an issue for it.
- Pull Requests: If you identify an issue or have a feature request and wish to write the code yourself then you can create a pull request.
Opening issues is very easy. Head to the Issues tab and open one if it does not exist already.
If you encounter any errors then please supply the following information:
- The script or function that is causing the error.
- The verbose and error output of the script! Either set
$VerbosePreference = 'Continue'
or use the verbose switch.
If you wish to fix an issue or write a feature that you would like included then here are some guidelines:
- If there is an issue logged that you are fixing or a request that you are fulfilling then please comment on the issue to say you're working on it.
- Fork the repository, create a new branch for your issue/feature and base your changes off of the 'master' branch.
- Fix the issue or fulfill the request! You must also create pester tests for your contributions.
- Make sure you have pushed your commits and then make a pull request to the master branch
- Wait for the code review and - if all is good - the merge confirmation!