Skip to content

Commit

Permalink
📝docs: add a space after emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Nov 30, 2024
1 parent e9d2e28 commit 2c6a3ab
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CONVENTIONAL_COMMIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ Each Gitmoji corresponds to a specific type of change:
#### Guidelines for Using Gitmoji
- Place the corresponding emoji at the beginning of the **description** in the commit message header.
- Ensure the emoji aligns with the type and purpose of the change.
- Ensure a space is added immediately after the emoji.
- Examples:
- `✨feat: add user authentication module`
- `🐛fix: resolve issue with null pointer exception`
- `🌱chore: add initial database seed script`
- `📝docs: update README with installation instructions`
- `🔥chore: remove deprecated API endpoints`
- ` feat: add user authentication module`
- `🐛 fix: resolve issue with null pointer exception`
- `🌱 chore: add initial database seed script`
- `📝 docs: update README with installation instructions`
- `🔥 chore: remove deprecated API endpoints`

Using Gitmoji is optional but can make commit messages more engaging and informative.

0 comments on commit 2c6a3ab

Please sign in to comment.