Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.53 KB

File metadata and controls

59 lines (38 loc) · 1.53 KB

Contributing to K8TRE

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.

Getting Started

  • TBD

Code Style

We follow PEP 8 coding standards for Python code. Please ensure your code adheres to these standards.

Making Changes

  1. Fork this repository (and any related submodules if necessary).

  2. Create a new branch for your feature or bugfix:

    git checkout -b feature/your-feature-name
  3. Make your changes

  4. Test your changes thoroughly

  5. Commit your changes with a descriptive commit message:

    git commit -m "Add feature: brief description of your changes"

Pull Request Process

  1. Push your branch to your fork:

    git push origin feature/your-feature-name
  2. Open a pull request against the main repository

  3. Ensure your PR description clearly describes the problem and solution

  4. Address any feedback or requested changes from maintainers

Documentation

If you're adding new features or making significant changes, please update the documentation accordingly.

Community Guidelines

  • Be respectful and inclusive in your interactions
  • Provide constructive feedback
  • Help others when you can

License

By contributing to K8TRE, you agree that your contributions will be licensed under the project's license.

Thank you for contributing!