org/.github/pull_request_template.md

369 B

Description

Important note

The first commit should be prefixed with one of the following depending on the severity of the changes:

  • chore: - non-code changes, such as typos in readme or pipeline changes.
  • fix: - for a small change like a bugfix or other minor things.
  • feat: - for a new feature.
  • major: - for a large refactor or breaking changes.