13 lines
659 B
Markdown
13 lines
659 B
Markdown
|
Contributing
|
||
|
============
|
||
|
1. Fork it
|
||
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
||
|
4. [**Add tests!**](https://github.com/agileorbit-cookbooks/java/blob/master/TESTING.md)
|
||
|
5. Push to the branch (`git push origin my-new-feature`)
|
||
|
6. Create new Pull Request
|
||
|
|
||
|
As this cookbook is no longer maintained by Chef, you **do not** need to sign any sort of contributor agreement. Simply make your change and open a pull request.
|
||
|
|
||
|
Contributions will only be accepted if they are fully tested as specified in [TESTING.md](https://github.com/agileorbit-cookbooks/java/blob/master/TESTING.md)
|