11
0
Fork 0
mirror of https://github.com/n3w/helpers-cli-input.git synced 2025-12-19 12:43:23 +00:00

Initial commit

This commit is contained in:
Alannah Kearney 2019-05-20 15:08:41 +10:00
commit 0620d00f08
24 changed files with 1054 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-cli-input/issues](https://github.com/pointybeard/helpers-cli-input/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.