AI Generated placeholder text - Not sanity checked!
Thank you for your interest in contributing to K8TRE! This document provides guidelines and instructions for contributing to this project.
Please get involved in discussions at https://github.com/orgs/k8tre/discussions.
- TBD
We follow PEP 8 coding standards for Python code. Please ensure your code adheres to these standards.
-
Fork this repository (and any related submodules if necessary).
-
Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name
-
Make your changes
-
Test your changes thoroughly
-
Commit your changes with a descriptive commit message:
git commit -m "Add feature: brief description of your changes"
-
Push your branch to your fork:
git push origin feature/your-feature-name
-
Open a pull request against the main repository
-
Ensure your PR description clearly describes the problem and solution
-
Address any feedback or requested changes from maintainers
If you're adding new features or making significant changes, please update the documentation accordingly.
- Be respectful and inclusive in your interactions
- Provide constructive feedback
- Help others when you can
By contributing to K8TRE, you agree that your contributions will be licensed under the project's license.
Thank you for contributing!