Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 705 Bytes

File metadata and controls

38 lines (28 loc) · 705 Bytes

Contributing

Contributions welcome! Please follow these guidelines:

Development Setup

# Clone the repository
git clone https://github.com/thomasvincent/gitops-infrastructure-demo.git
cd gitops-infrastructure-demo

# Install pre-commit hooks
pre-commit install

Commit Messages

Follow Conventional Commits:

  • feat: New features
  • fix: Bug fixes
  • docs: Documentation
  • refactor: Code refactoring
  • test: Adding tests
  • chore: Maintenance

Testing

# Terraform
cd terraform/environments/dev
terraform init -backend=false
terraform validate

# Helm
helm lint helm/sample-app
helm template sample-app helm/sample-app