org/.github/pull_request_template.md

11 lines
No EOL
369 B
Markdown

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