* Make it clear from project root we are using MIT-LICENSE * Add contributing section w/ overview of how to submit code to repo
13 lines
436 B
Markdown
13 lines
436 B
Markdown
# Contributing to Golang Kinesis Connectors
|
|
|
|
Pull requests are much apprecited. Please help make the project a success!
|
|
|
|
To contribute:
|
|
|
|
1. Fork the [official repository][1].
|
|
2. Make your changes in a topic branch.
|
|
3. Squash commits and add an [excellent commit message][2].
|
|
4. Send a pull request.
|
|
|
|
[1]: https://github.com/harlow/kinesis-connectors/tree/master
|
|
[2]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|