mirror of
https://github.com/n3w/helpers-cli-input.git
synced 2025-12-19 12:43:23 +00:00
19 lines
928 B
Markdown
19 lines
928 B
Markdown
# 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.
|