Skip to content

Instantly share code, notes, and snippets.

View surenachiron's full-sized avatar
🔥

mohammad surenachiron

🔥
View GitHub Profile
@surenachiron
surenachiron / .gitmessage
Created October 19, 2024 20:52 — forked from ShayanTheNerd/.gitmessage
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>
# ======================================================================================