Skip to content

Instantly share code, notes, and snippets.

View kouroshey's full-sized avatar

Kourosh Eydivandi kouroshey

View GitHub Profile
@ShayanTheNerd
ShayanTheNerd / .gitmessage
Last active October 25, 2024 08:20
Git commit message template based on conventionalcommits.org.
# ====================================== Template ======================================
# <type>[(scope)][!]: <summary> (maximum 50 characters)
# [body]: Explain WHY you are making this change, not HOW. (wrap lines at 72 characters)
# [footer]
# Signed-off-by: <name> (<email address>)
# Reviewed-by: <name> (@<GitHub username>)
# References/Fixes: #<GitHub issue number>
# ======================================================================================