Thanks for your interest in contributing!
- Fork the repository
- Clone your fork
git clone https://github.com/YOUR_USERNAME/OpsGuard.git cd OpsGuard - Create a branch
git checkout -b feature/your-feature-name
- Make changes and commit
git add . git commit -m "feat: your feature description"
- Push and create Pull Request
git push origin feature/your-feature-name
feature/description- New featuresfix/description- Bug fixesdocs/description- Documentation
feat: add new feature
fix: fix a bug
docs: update documentation
- Write clear description
- Ensure tests pass
- Update docs if needed
Open an issue!