Thank you for your interest in contributing to java-odoo-rpc! Contributions are welcome and appreciated. Please follow the guidelines below to ensure a smooth collaboration.
- Fork the Repository: Click on the "Fork" button at the top right of the repository page.
- Clone Your Fork:
git clone https://github.com/your-username/java-odoo-rpc.git cd java-odoo-rpc - Create a Branch:
git checkout -b feature-or-bugfix-name
- Follow the existing code style of the project.
- Write clear and concise commit messages.
- Ensure your code is well-documented and follows best practices.
- Write tests for any new functionality.
- Run tests before submitting a pull request:
./gradlew test
- Commit Your Changes:
git add . git commit -m "Description of changes"
- Push to Your Fork:
git push origin feature-or-bugfix-name
- Open a Pull Request:
- Go to the original repository (
Helvethink/java-odoo-rpc). - Click on "Pull Requests".
- Click on "New Pull Request".
- Select your branch and submit the pull request.
- Go to the original repository (
If you encounter any issues or have feature requests:
- Check the existing issues before submitting a new one.
- Provide clear steps to reproduce bugs.
- Suggest possible solutions if applicable.
Please be respectful to other contributors. Follow the principles of open-source collaboration: be constructive, helpful, and inclusive.
By contributing, you agree that your contributions will be licensed under the same license as the project.
Thank you for helping improve java-odoo-rpc!