mirror of
https://github.com/RWejlgaard/org.git
synced 2026-05-06 04:34:45 +00:00
11 lines
No EOL
369 B
Markdown
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. |