Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 822 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 822 Bytes

Contributing to Distkv

If you are interested in helping. Whether it's to add new features, fix bugs, add tools or simply update documentations, please read the content below and send us a pull request!

Reporting bugs and asking questions

GitHub Issues: For bug reports and feature requests. Make sure your bug reports contain enough details so they can be easily understood by others and quickly fixed.

How to contribute

The best way to contribute code is to fork the master branch and send a pull request on GitHub.

  1. At present,bug fixes and new features should be done in the master branch. In the future, we may plan several branches.
  2. Make sure you follow our coding style here.