Skip to content
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.

Getting started

  • Fork the repository on GitHub.
  • Play with the project, submit bugs, submit patches!
  • Pull Request

Coding style

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.

Clone this wiki locally