Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 510 Bytes

File metadata and controls

16 lines (11 loc) · 510 Bytes

Contributing Guide

Thank you for considering contributing to this project!

How to contribute

  1. Fork this repository
  2. Create your feature branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -m 'Add YourFeature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Create a Pull Request

Code Style

  • Shell scripts must pass ShellCheck
  • Kubernetes manifests should be validated using kubeval