forked from harlow/kinesis-consumer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename License file and add Contributing sections
* Make it clear from project root we are using MIT-LICENSE * Add contributing section w/ overview of how to submit code to repo
- Loading branch information
Showing
3 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 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 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters