Python template project
git commit --amend --message "๐ init: Project initialized!" --date "2012-12-12"
Emoji | Meaning |
---|---|
๐ init: | Project initialization |
โจ feat: | Adding new features |
๐ fix: | Fixing bugs |
๐ docs: | Modify documentation only |
๐ style: | Only the spaces, formatting indentation, commas, etc. were changed, not the code logic |
๐ฆ refactor: | Code refactoring, no new features added or bugs fixed |
๐ perf: | Optimization-related, such as improving performance, experience |
๐งช test: | Adding test case |
๐ง build: | Dependency-related content |
๐ ci: | CI configuration related e.g. changes to k8s, docker configuration files |
๐ณ chore: | Changed the build process, or added dependencies, tools, etc |
โฉ revert: | Rollback to the previous version |