Dubbo Kubernetes is released under the non-restrictive Apache 2.0 license and follows a very standard GitHub development process, using GitHub tracker for issues and merging pull requests into master. Contributions of all forms to this repository are acceptable, as long as they follow the prescribed community guidelines enumerated below.
Before we accept a non-trivial patch or pull request (PR), we will need you to sign the Contributor License Agreement. Signing the contributors' agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors may get invited to join the core team, which will grant them privileges to merge existing PRs.
The mailing list is the recommended way of pursuing a discussion on almost anything related to Dubbo. Please refer to this guide for detailed documentation on how to subscribe.
-
dev@dubbo.apache.org: The developer mailing list where you can ask questions about issues you may have encountered while working with Dubbo.
- Subscribe: dev-subscribe@dubbo.apache.org
-
commits@dubbo.apache.org: Commit updates will be broadcasted on this mailing list. You can subscribe to it if you are interested in following Dubbo's development.
- Subscribe: commits-subscribe@dubbo.apache.org
-
notifications@dubbo.apache.org: All GitHub issue updates and pull request updates will be sent to this mailing list.
- Subscribe: notifications-subscribe@dubbo.apache.org
Please create an issue here if you encounter any problems or have suggestions for improvements.
- Use a clear and descriptive title
- Provide detailed information about the issue
- Include steps to reproduce the problem
- Add relevant labels if possible
- Reference related issues or pull requests
- Ensure your code follows the project's coding standards
- Add tests for new features or bug fixes
- Update documentation as needed
- Make sure all tests pass locally
- Fork the repository
- Create a feature branch from
master - Make your changes
- Commit your changes with clear commit messages
- Push to your fork and create a pull request
- Ensure all CI checks pass
- Address any review comments
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally after the first line
- Follow Go code style guidelines
- Run
go fmtbefore committing - Ensure
go vetpasses without errors - Add appropriate comments for exported functions and types
Please refer to the project's README.md for instructions on setting up your development environment.
If you have any questions about contributing, please feel free to reach out via:
- The developer mailing list: dev@dubbo.apache.org
- GitHub Issues: https://github.com/apache/dubbo-kubernetes/issues
Thank you for contributing to Dubbo Kubernetes!