Skip to content

My personal style guide for writing commit messages and prefixes using pretty and informational emojis.

Notifications You must be signed in to change notification settings

frissyn/commit-prefixes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 

Repository files navigation

Commit Prefixes

My personal style guide for writing GitHub commit messages. More specifially, the prefixes. Prefixes should be written in the following format:

<prefix>: <message> (<reference>)

prefix should be either an emoji OR it's name, not both. message is, of course, your commit message followed by reference, which is your issue or pull request reference (if applicable).

✨ This is a Work in Progress! ✨

No. Emoji Names Example
01 ✨ update, feat ✨: add docstrings and type hinting
02 πŸ”¨ fix, bug πŸ”¨: fix broken control header (#4)
03 πŸ› οΈ patch πŸ› οΈ: update token signing method for HTTP requests (#12)
️️04 πŸ”€ merge πŸ”€: merge pull request from user/patch-1
05 ⬆️ bump, upgrade ⬆️: bump highlight.js from 1.1.2 to 1.2.0
06 πŸ”’ security πŸ”’: move exposed API key to .env file
07 🏷️ label, tag 🏷️: release v0.1.1, 🏷️: v1.0.2
08 πŸ“ legal, markdown πŸ“: update contributing guide
09 πŸ“– docs πŸ“–: update docs to cover 0.5.0 endpoints
10 πŸ—οΈ restructure, rework πŸ—οΈ: redesign port forwarding implementation
11 πŸ’„ beautify, code style πŸ’„: apply code styling to lib
12 πŸ“¦ package, packager πŸ“¦: update package.json and npm scripts
13 βš–οΈ legal, license βš–οΈ: add GNU GPL v3 license βš–οΈ: update license year

About

My personal style guide for writing commit messages and prefixes using pretty and informational emojis.

Resources

Stars

Watchers

Forks