Skip to content

Bhagirath00/OpsGuard

Repository files navigation

Contributing to OpsGuard

Thanks for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Clone your fork
    git clone https://github.com/YOUR_USERNAME/OpsGuard.git
    cd OpsGuard
  3. Create a branch
    git checkout -b feature/your-feature-name
  4. Make changes and commit
    git add .
    git commit -m "feat: your feature description"
  5. Push and create Pull Request
    git push origin feature/your-feature-name

Branch Naming

  • feature/description - New features
  • fix/description - Bug fixes
  • docs/description - Documentation

Commit Messages

feat: add new feature
fix: fix a bug
docs: update documentation

Pull Request

  • Write clear description
  • Ensure tests pass
  • Update docs if needed

Questions?

Open an issue!

About

A production-ready, self-hosted status page showcasing modern DevSecOps, IaC, and Kubernetes scaling patterns

Topics

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published