Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 803 Bytes

File metadata and controls

25 lines (18 loc) · 803 Bytes

Contributing

Thank you for considering contributing to this project.

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/my-feature)
  3. Make your changes
  4. Run terraform fmt -recursive and terraform validate
  5. Commit your changes (git commit -m 'feat: add new feature')
  6. Push to the branch (git push origin feature/my-feature)
  7. Open a Pull Request

Code Standards

  • Follow Terraform Style Conventions
  • All variables must have descriptions and types
  • All outputs must have descriptions
  • Include examples for new features
  • Update CHANGELOG.md

Reporting Issues

Open an issue with a clear description, expected behavior, actual behavior, and steps to reproduce.