Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 408 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 408 Bytes

Contributing

Welcome

Thank you for contributing to this repository! 🙇

Process

  1. Create a branch with the following supported prefixes:
    • feature/ (i.e., enhancements)
    • hotfix/ (i.e., bug fixes)
  2. Make changes
  3. Create a PR to the main branch

Release

Whenever a release is published, a PR should be made from main to the appropriate release/v* branch.