Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 893 Bytes

HowToFixIssue.md

File metadata and controls

21 lines (13 loc) · 893 Bytes

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 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

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