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:
commit
0620d00f08
24 changed files with 1054 additions and 0 deletions
19
CONTRIBUTING.md
Normal file
19
CONTRIBUTING.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue