Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.48 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

32 lines (21 loc) · 1.48 KB

Motivation

  • Please explain why you're making this change and what problem you're trying to solve.

Modifications

  • Please list the modifications you've made in detail.

Commit Convention Rule

Commit type Description
feat New Feature
fix Fix bug
docs Documentation only changed
ci Change CI configuration
refactor Not a bug fix or add feature, just refactoring code
test Add Test case or fix wrong test case
style Only change the code style(ex. white-space, formatting)
chore It refers to minor tasks such as library version upgrade, typo correction, etc.
  • If you want to add some more commit type please describe it on the Pull Request

Result

  • Please describe the result after this PR is merged.

Closes

  • #{issue number} (If this PR resolves an issue.)