git message format
Format
<type>(<scope>): <subject>
\n
<body>
\n
<footer>Header
1. type
- feat: new feature
- fix: fix bug
- refactor: modifications other than features or fixes
- release: release a new version
- style: format or beautify code without effects on main function
- chore: modifications of dependencies or build tools
- docs: write documentation(e.g. README.md)2. scope
3. subject
Body
Footer
Appendix
Reference
Last updated