Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 549 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 549 Bytes

Contributor Guide

Thank you for wanting to contribute! To ensure a smooth development process, please follow these guidelines when submitting a Pull Request (PR):

Branching:

  • Always base your PR on the development branch.
  • Avoid committing directly to main or other protected branches.

Continuous Integration (CI):

  • Ensure that all CI checks pass before requesting a review.
  • Fix any issues reported by the CI pipeline to maintain code quality and project stability.

We appreciate your effort and contributions to the project!