Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 733 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 733 Bytes

Contribution Guidelines

Branch Strategy

We recommend that developers following the Trunk-based development rules here.

  • Trunk branch main with stable code.
  • Feature branches start with prefix feat/
  • Release branches start with prefix release/
  • Hotfix branches start with prefix hotfix/ or fix/

Contributing

  • Fork the repository or create branches.
  • Checkout your branch like a feature or bugfix.
  • Make a pull request to the main branch of this repository.
  • Wait for review and PR merged.

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub