Initial commit

This commit is contained in:
Alannah Kearney 2019-05-08 22:04:47 +10:00
commit a34ef4419e
7 changed files with 185 additions and 0 deletions

19
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,19 @@
# Contributing to this project
We encourage contribution to this project and only ask you follow some simple rules to make everyone's job a little easier.
## Found a bug?
Please lodge an issue at the GitHub issue tracker for this project -- [https://github.com/pointybeard/helpers-functions-cli/issues](https://github.com/pointybeard/helpers-functions-cli/issues)
Include details on the behaviour you are seeing, and steps needed to reproduce the problem.
## Want to contribute code?
* Fork the project
* Make your feature addition or bug fix
* Ensure your code is nicely formatted
* Commit just the modifications, do not alter CHANGELOG.md. If relevant, link to GitHub issue (see [https://help.github.com/articles/closing-issues-via-commit-messages/](https://help.github.com/articles/closing-issues-via-commit-messages/))
* Send the pull request
We will review the code and either merge it in, or leave some feedback.