Git Commit Emoji
Rev. 1.2
This guide is to be followed when commiting to Carter Games public repositories. The guide doesn’t cover everything you could be committing but it covers the main ones that you’d use for game development.
๐
:tada:
Beginning of project
Use on the initial commit of a project whether that is just a readme or a full blank project ready to go.
โจ
:sparkles:
New Feature
Use on commits that complete a new feature or mechanic to the project.
๐ง
:construction:
Work In Progress
Use on commits that have stuff that is a work in progress and is not to be considered complete or production-ready.
๐ง
:wrench:
Bug Fixes
Use on commits that fix any bugs in the project.
๐
:memo:
Documentation
Use on commits that update a readme or any other documentation on the project.
โก
:zap:
Performance
Use on commits that improve the project’s performance.
โป๏ธ
:recycle:
Refactor
Use on commits that refactor code in the project.
๐จ
:art:
Code Commenting / Formatting
Use on commits that just update comments or the formatting of code.
๐
:lipstick:
Art Changes
Use on commits that add art assets or change the look of the project visually.
๐ฉ
:nut_and_bolt:
Chores
Use on commits that involve project organization or asset management.
โ
:white_check_mark:
Tests
Use on commits that add unit tests to the project.
๐ฆ
:package:
Release
Use on commits that are used for releases or tags.
Acknowledgments
These emoji are based on the following guides: