notebook/IT/Git/Commit.md
vincent bf47088cd3
All checks were successful
continuous-integration/drone/push Build is passing
style: fix markdown
2022-11-29 18:27:16 +01:00

41 lines
629 B
Markdown

# Commit Convention
To be more readable you can use following commit procedure
```commit
<type>[optional scope]: <description>
<body>
<footer>
```
## Type
- build: modify script build (MakeFile or other)
- chore: updatating grunt task
- ci: Continual Integration change
- docs: documentation changes
- feat: new feature for the user,
- fix: bug fix for the user
- perf: performance improvment
- refactor: refactoring code
- style: formatting change
- test: test modification
## Scope
Example of scope:
- name of job
- logger
- init
- runner
- config
- etc...
## footer
Can reference closed issue and breaking changes