vitess-gh/CONTRIBUTING.md

18 строки
711 B
Markdown
Исходник Обычный вид История

2014-04-23 01:07:36 +04:00
# Contributing to Vitess
2016-01-30 03:06:17 +03:00
## Workflow
For all contributors, we recommend the standard [GitHub flow](https://guides.github.com/introduction/flow/)
based on [forking and pull requests](https://guides.github.com/activities/forking/).
2014-04-23 02:02:36 +04:00
For significant changes, please [create an issue](https://github.com/vitessio/vitess/issues)
to let everyone know what you're planning to work on, and to track progress and design decisions.
## Guidance for Novice Vitess Developers
**Please read [vitess.io/contributing/](https://vitess.io/contributing/)** where we provide more information:
* How to make yourself familiar with Go and Vitess.
* How to go through the GitHub workflow.
* What to look for during code reviews.