/PythonTemplate

Primary LanguageMakefileMIT LicenseMIT

Python Template Project

Python template project

Change the initial commit

git commit --amend --message "๐ŸŽ‰ init: Project initialized!" --date "2012-12-12"

Emoji Comment

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