Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.45 KB

CONTRIBUTING.md

File metadata and controls

38 lines (23 loc) · 1.45 KB

Contributing to KubeDNS Shepherd

We welcome contributions to KubeDNS Shepherd! By contributing to this project, you agree to abide by the code of conduct.

How Can I Contribute?

Reporting Bugs

If you encounter a bug in KubeDNS Shepherd, please create a new issue and include detailed information about how to reproduce the bug.

Requesting Features

If you have a feature request for KubeDNS Shepherd, please create a new issue and describe the feature you would like to see added.

Submitting Pull Requests

  1. Fork the repository and create a new branch from main.
  2. Make your changes in the new branch.
  3. Write tests for your changes (if applicable).
  4. Run the tests to ensure they pass.
  5. Commit your changes and push them to your fork.
  6. Submit a pull request to the main branch of the original repository.

Code Style Guidelines

Please follow the code style guidelines for KubeDNS Shepherd:

  • Use tabs for indentation.
  • Use descriptive variable and function names.
  • Write clear and concise comments.

Code of Conduct

This project is governed by the Contributor Covenant Code of Conduct. Please familiarize yourself with its terms.

License

By contributing to KubeDNS Shepherd, you agree that your contributions will be licensed under the Apache-2.0 License.