We welcome contributions to KubeDNS Shepherd! By contributing to this project, you agree to abide by the code of conduct.
If you encounter a bug in KubeDNS Shepherd, please create a new issue and include detailed information about how to reproduce the bug.
If you have a feature request for KubeDNS Shepherd, please create a new issue and describe the feature you would like to see added.
- Fork the repository and create a new branch from
main
. - Make your changes in the new branch.
- Write tests for your changes (if applicable).
- Run the tests to ensure they pass.
- Commit your changes and push them to your fork.
- Submit a pull request to the
main
branch of the original repository.
Please follow the code style guidelines for KubeDNS Shepherd:
- Use tabs for indentation.
- Use descriptive variable and function names.
- Write clear and concise comments.
This project is governed by the Contributor Covenant Code of Conduct. Please familiarize yourself with its terms.
By contributing to KubeDNS Shepherd, you agree that your contributions will be licensed under the Apache-2.0 License.