Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 345 Bytes

File metadata and controls

12 lines (8 loc) · 345 Bytes

Contributing Guidelines

Branch Strategy

We follow a structured branch workflow:

  • develop → Main branch for integrating PRs.
  • staging → Testing branch, merged from develop.
  • main → Stable production branch, merged from staging.

Please submit PRs to develop, not main.

Thank you for your contributions!