helpers-functions-cli/CONTRIBUTING.md

19 lines
936 B
Markdown
Raw Normal View History

2019-05-08 22:04:47 +10:00
# 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.