## How to fix issue - Your can create a new issue if you want introduce new feature. - Discuss a new or existing issue, got the final plan and so on. Maybe you can create a pull request to fix the issue. - And then, following the [Github flow](https://docs.github.com/en/get-started/quickstart/github-flow) to make a contibution. ### Code style - Just following the current code's style. ## Others ### About release - Create a release from main branch by default. - See github release guide: [About releases](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases) ### About hotfix - The hotfix is like to small feature, merge hotfix to main branch firsty. - If the hotfix fixed a big bug and hard to make a stable release. The committer need cherry-pick the hotfix to the latest released branch and make to minor version release. Example: v1.0.2 -> v1.0.3