From 1b84655fb48fab303b9118d36f04e9b805152486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 19 Jun 2026 11:24:09 +0200 Subject: [PATCH] :books: Add the emoji code to Commit types table --- CONTRIBUTING.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78457439e0..12729395d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -175,26 +175,26 @@ Commit messages must follow this format: ### Commit types -| Emoji | Description | -| ---------------------- | -------------------------- | -| :bug: | Bug fix | -| :sparkles: | Improvement or enhancement | -| :tada: | New feature | -| :recycle: | Refactor | -| :lipstick: | Cosmetic changes | -| :ambulance: | Critical bug fix | -| :books: | Documentation | -| :construction: | Work in progress | -| :boom: | Breaking change | -| :wrench: | Configuration update | -| :zap: | Performance improvement | -| :whale: | Docker-related change | -| :paperclip: | Other non-relevant changes | -| :arrow_up: | Dependency update | -| :arrow_down: | Dependency downgrade | -| :fire: | Removal of code or files | -| :globe_with_meridians: | Add or update translations | -| :rocket: | Epic or highlight | +| Emoji | Code | Description | +| ---------------------- | ------------------------ | -------------------------- | +| :bug: | `:bug:` | Bug fix | +| :sparkles: | `:sparkles:` | Improvement or enhancement | +| :tada: | `:tada:` | New feature | +| :recycle: | `:recycle:` | Refactor | +| :lipstick: | `:lipstick:` | Cosmetic changes | +| :ambulance: | `:ambulance:` | Critical bug fix | +| :books: | `:books:` | Documentation | +| :construction: | `:construction:` | Work in progress | +| :boom: | `:boom:` | Breaking change | +| :wrench: | `:wrench:` | Configuration update | +| :zap: | `:zap:` | Performance improvement | +| :whale: | `:whale:` | Docker-related change | +| :paperclip: | `:paperclip:` | Other non-relevant changes | +| :arrow_up: | `:arrow_up:` | Dependency update | +| :arrow_down: | `:arrow_down:` | Dependency downgrade | +| :fire: | `:fire:` | Removal of code or files | +| :globe_with_meridians: | `:globe_with_meridians:` | Add or update translations | +| :rocket: | `:rocket:` | Epic or highlight | ### Rules