Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 777 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (31 loc) · 777 Bytes

Contributing Guidelines

Getting Started

  1. Fork the repository
  2. Clone your fork:
    git clone https://github.com/YOUR-USERNAME/k8s-autoscaling.git
  3. Create feature branch:
    git checkout -b feature/your-feature

Development Guidelines

  1. Follow Kubernetes best practices
  2. Document all configurations
  3. Include comments in YAML files
  4. Test all changes thoroughly

Testing

  1. Verify HPA functionality
  2. Test scaling thresholds
  3. Validate resource limits
  4. Check metrics collection

Pull Request Process

  1. Update documentation
  2. Verify all tests pass
  3. Request review
  4. Address feedback

Code Style

  • Follow YAML best practices
  • Use consistent indentation
  • Include descriptive comments
  • Document all changes