How to Contribute
Data-River is an open-source project, and we welcome contributions from developers, designers, and anyone passionate about building a visual automation tool. Whether you're suggesting new features, reporting bugs, or improving the codebase, your contribution helps make Data-River better for everyone.
Ways to Contribute
- Fork the Repository: Start by forking the Data-River repository to your own GitHub account. This will allow you to make changes and submit pull requests. - git clone https://github.com/YOUR_USERNAME/data-river.git
- Create a Branch: Make sure to create a new branch for your changes. - git checkout -b your-feature-branch
- Make Your Changes: Implement the feature, bug fix, or improvement in your local environment. 
- Submit a Pull Request: Once you're happy with your changes, open a pull request against the - developmentbranch of the Data-River repository.
- Stay in Touch: Join our Discord server to ask questions, share your ideas, and connect with other contributors. 
Guidelines
- Make sure to follow the project's coding standards (ESLint and Prettier for formatting). 
- Write clear commit messages. 
- Test your changes before submitting a pull request. 
- For larger features, it’s a good idea to open an issue first to discuss your idea with the community. 
What's Next?
Last updated
Was this helpful?