Skip to content

Commit

Permalink
Merge branch 'main' into feature/initial-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zrosenbauer committed May 8, 2024
2 parents ec22a07 + ad28d36 commit 0000406
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ A commit message consists of three parts:

#### Emoji & Format

| type | emoji | format |
| ------------ | ----- | ----------------------------- |
| feature | 🦄 | `🦄 Feature - <message>` |
| bugfix | 🐛 | `🐛 Bugfix - <message>` |
| hotfix | 🔥 | `🔥 Hotfix - <message>` |
| chore | ⚙️ | `⚙️ Chore - <message>` |
| docs | 📚 | `📚 Docs - <message>` |
| dependencies | 📦 | `📦 Dependencies - <message>` |
| bot | 🤖 | `🤖 Bot - <message>` |
| type | emoji | format |
|------------ |-------|-------------------------|
| feature | 🦄 | `🦄 feature: <message>` |
| bugfix | 🐛 | `🐛 bugfix: <message>` |
| hotfix | 🔥 | `🔥 hotfix: <message>` |
| chore | ⚙️ | `⚙️ chore: <message>` |
| docs | 📚 | `📚 docs: <message>` |
| dependencies | 📦 | `📦 dependencies: <message>` |
| bot | 🤖 | `🤖 bot: <message>` |

#### Message

Expand Down

0 comments on commit 0000406

Please sign in to comment.