Contributions of all kinds and from everyone are welcome. Simply file an issue stating your reason and plans for making the change, update CHANGELOG.md, and create a pull request to the current active branch. Make sure to mention the issue you filed in your PR description. Cheers!
Any contributions are allowed without changing the project architecture and interfaces here. You are more than welcome to make contributions.
You are recommended to develop using Go. We recommended using version 1.15 in this project.
Please follow the Milvus Contribution Guide.
Before submitting your PR, make sure you have the run unit test, and your code coverage rate is >= 80%.
$ ./scripts/run_go_unittest.sh
You may need a Milvus server which is running when you run unit test. See more details on Milvus server.
Add issue tips into CHANGLOG.md, make sure all issue tips are sorted by issue number in ascending order.