vitess.io/vitess@v0.16.2/CONTRIBUTING.md (about) 1 # Contributing to Vitess 2 3 ## Workflow 4 5 For all contributors, we recommend the standard [GitHub flow](https://guides.github.com/introduction/flow/) 6 based on [forking and pull requests](https://guides.github.com/activities/forking/). 7 8 For significant changes, please [create an issue](https://github.com/vitessio/vitess/issues) 9 to let everyone know what you're planning to work on, and to track progress and design decisions. 10 11 ## Guidance for Novice Vitess Developers 12 13 **Please read [vitess.io/contributing/](https://vitess.io/contributing/)** where we provide more information: 14 15 * How to make yourself familiar with Go and Vitess. 16 * How to go through the GitHub workflow. 17 * What to look for during code reviews.