We appreciate your interest in contributing to Milvus SDK Node! This document outlines the guidelines and processes you should follow when contributing to the project.
Milvus SDK Node has adopted a Code of Conduct that we expect all contributors to follow. Please read the code of conduct before contributing.
If you find a bug in the code, please report it by opening an issue in the issue tracker. Please include a clear and concise description of the problem, along with any steps you took to reproduce it.
If you have a feature request, please open an issue in the issue tracker. Please include a clear and concise description of the feature you would like to see.
If you would like to contribute code to Milvus SDK Node, please submit a pull request. Here are the steps to follow:
- Fork the repository and create a new branch from
main
. - Make your changes and write unit tests if applicable.
- Run the tests by executing
npm test
from the project root. - Commit your changes and push your branch to your fork.
- Open a pull request against the
main
branch of the Milvus SDK Node repository.
Your pull request will be reviewed by the maintainers, and we may request changes before merging.
Here's how you can set up a development environment for Milvus SDK Node:
- Install Node.js and npm if you haven't already.
- Clone the repository:
git clone https://github.com/milvus-io/milvus-sdk-node.git
. - Install the dependencies by running
npm install
from the project root. - You're ready to start developing!
Milvus SDK Node is licensed under the Apache License, Version 2.0. By contributing to this project, you agree to license your contributions under the same license.