CONTRIBUTING.md 1.4 KB
Newer Older
H
hzcheng 已提交
1 2
# Contributing

H
hzcheng 已提交
3
We appreciate contributions from all developers. Feel free to follow us, fork the repository, report bugs and even submit your code on GitHub. However, we would like developers to follow our guides to contribute for better corporation. 
H
hzcheng 已提交
4 5 6 7 8

## Report bugs

Any users can report bugs to us through the [github issue tracker](https://github.com/taosdata/TDengine/issues). We appreciate a detailed description of the problem you met. It is better to provide the detailed steps on reproducing the bug. Otherwise, an appendix with log files generated by the bug is welcome.

J
Jeff Tao 已提交
9
## Read the contributor license agreement
H
hzcheng 已提交
10

J
Jeff Tao 已提交
11
It is required to agree the Contributor Licence Agreement(CLA) before a user submitting his/her code patch. Follow the [TaosData CLA](https://www.taosdata.com/en/contributor/) link to read through the agreement. 
H
hzcheng 已提交
12 13 14

## Submit your code

J
Jeff Tao 已提交
15
Before submitting your code, make sure to [read the contributor license agreement](#read-the-contributor-license-agreement) beforehand. If you don't accept the aggreement, please stop submitting. Your submission means you have accepted the agreement. Your submission should solve an issue or add a feature registered in the [github issue tracker](https://github.com/taosdata/TDengine/issues). If no corresponding issue or feature is found in the issue tracker, please create one. When submitting your code to our repository, please create a pull request with the issue number included.