-
Notifications
You must be signed in to change notification settings - Fork 21
Contributing
Funky Gao edited this page Mar 2, 2016
·
3 revisions
Contributing is highly welcome!
This document outlines some of the conventions on development workflow, commit message formatting, contact points and other resources to make it easier to get your contribution accepted.
- Fork the repository on GitHub.
- Play with the project, submit bugs, submit patches!
- Pull Request
The coding style suggested by the Golang community is used in gafka.
Please follow this style to make gafka easy to review, maintain and develop.