From a16f2c063404ce95c91ef844086e9f9248b25474 Mon Sep 17 00:00:00 2001 From: Volkan Welp <49623578+LegeBeker@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:24:50 +0200 Subject: [PATCH 1/7] =?UTF-8?q?=F0=9F=92=84=20Add=20Gitmoji's=20to=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/general.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/labels/general.yml b/labels/general.yml index ab06e25..3939aa2 100644 --- a/labels/general.yml +++ b/labels/general.yml @@ -1,57 +1,57 @@ ######################################################## # Type Labels ######################################################## -- name: "type: bug" +- name: "type: ๐Ÿ› bug" color: "#b03a4a" description: "A problem that needs to be fixed" aliases: ["๐Ÿ› bug", "๐Ÿ”ฅ hotfix"] -- name: "type: feature" +- name: "type: โœจ feature" color: "#4774c3" description: "Request or addition of new functionality" aliases: ["๐ŸŒŸ feature", "โœจ feature"] -- name: "type: documentation" +- name: "type: ๐Ÿ“– documentation" color: "#94bf87" description: "Improvements or additions to documentation" aliases: ["๐Ÿ“– docs"] -- name: "type: refactor" +- name: "type: โ™ป๏ธ refactor" color: "#5da766" description: "Code changes that neither fix a bug nor add a feature" aliases: ["โ™ป๏ธ refactor"] -- name: "type: test" +- name: "type: ๐Ÿงช test" color: "#ddab97" description: "Adding or updating tests" aliases: [] -- name: "type: maintenance" +- name: "type: ๐Ÿ”ง maintenance" color: "#98b7b8" description: "General maintenance and codebase health" aliases: ["๐Ÿ”ง config", "๐Ÿ› ๏ธ setup", "๐Ÿงน chore"] -- name: "type: security" +- name: "type: ๐Ÿ”’ security" color: "#ca5e69" description: "Security vulnerability or improvement" aliases: ["๐Ÿ”’ security"] -- name: "type: performance" +- name: "type: โšก performance" color: "#afa273" description: "Performance improvement" aliases: ["โšก performance"] -- name: "type: infrastructure" +- name: "type: ๐Ÿงฑ infrastructure" color: "#b45a81" description: "Infrastructure or deployment changes" aliases: ["๐Ÿงฑ infra"] -- name: "type: ci" +- name: "type: ๐Ÿ‘ท ci" color: "#86b8bb" description: "GitHub Actions implementation" aliases: ["๐Ÿ‘ท๐Ÿผ ci", "๐Ÿ‘ท๐Ÿผ ci/cd"] -- name: "type: architecture" +- name: "type: ๐Ÿ—๏ธ architecture" color: "#6A4FB6" description: "Application architecture and high-level design" aliases: ["๐Ÿ—๏ธ architecture"] From d52b7755293f18d1b15f24d718eaed381c9b5161 Mon Sep 17 00:00:00 2001 From: Volkan Welp <49623578+LegeBeker@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:42:06 +0200 Subject: [PATCH 2/7] =?UTF-8?q?=F0=9F=92=84=20Add=20Gitmoji's=20to=20types?= =?UTF-8?q?=20(#16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/backend.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/labels/backend.yml b/labels/backend.yml index 307667e..4fe31a2 100644 --- a/labels/backend.yml +++ b/labels/backend.yml @@ -1,17 +1,18 @@ ######################################################## # Backend-specific Type Labels ######################################################## -- name: "type: business-logic" +- name: "type: ๐Ÿ‘” business-logic" color: "#3585BD" description: "Business logic implementation or changes" aliases: [] -- name: "type: database" +- name: "type: ๐Ÿ—ƒ๏ธ database" color: "#2E8B57" description: "Database schema, queries, or migrations" aliases: [] -- name: "type: endpoint" +- name: "type: ๐Ÿ”— endpoint" color: "#8B572E" description: "Endpoint implementation or changes" aliases: ["๐Ÿ”— endpoint"] + From 9be81fadf26c6e6af56b2553dc0ba8e86b48cdf8 Mon Sep 17 00:00:00 2001 From: Volkan Welp <49623578+LegeBeker@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:43:02 +0200 Subject: [PATCH 3/7] =?UTF-8?q?=F0=9F=92=84=20Add=20Gitmoji's=20to=20types?= =?UTF-8?q?=20(#15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/frontend.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/labels/frontend.yml b/labels/frontend.yml index 224b19b..8d56786 100644 --- a/labels/frontend.yml +++ b/labels/frontend.yml @@ -1,12 +1,13 @@ ######################################################## # Frontend-specific Type Labels ######################################################## -- name: "type: ui" +- name: "type: ๐Ÿ’„ ui" color: "#d472b0" description: "Bug related to UI/UX or visual presentation" aliases: ["๐Ÿ’„ ui"] -- name: "type: ux" +- name: "type: ๐Ÿšธ ux" color: "#e3b140" description: "Fixes for responsive design or layout issues" aliases: ["๐Ÿšธ ux"] + From 9df861b545859907e71e59776fad3286691648ac Mon Sep 17 00:00:00 2001 From: Volkan Welp <49623578+LegeBeker@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:30:37 +0200 Subject: [PATCH 4/7] =?UTF-8?q?=F0=9F=90=9B=20Add=20aliases=20for=20old=20?= =?UTF-8?q?names=20to=20backend.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/backend.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/labels/backend.yml b/labels/backend.yml index 4fe31a2..a40386c 100644 --- a/labels/backend.yml +++ b/labels/backend.yml @@ -4,15 +4,15 @@ - name: "type: ๐Ÿ‘” business-logic" color: "#3585BD" description: "Business logic implementation or changes" - aliases: [] + aliases: ["type: business-logic"] - name: "type: ๐Ÿ—ƒ๏ธ database" color: "#2E8B57" description: "Database schema, queries, or migrations" - aliases: [] + aliases: ["type: database"] - name: "type: ๐Ÿ”— endpoint" color: "#8B572E" description: "Endpoint implementation or changes" - aliases: ["๐Ÿ”— endpoint"] + aliases: ["๐Ÿ”— endpoint", "type: endpoint"] From 190e68bd94889d50e6cd36cddac0e166b77245f2 Mon Sep 17 00:00:00 2001 From: Volkan Welp <49623578+LegeBeker@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:31:21 +0200 Subject: [PATCH 5/7] =?UTF-8?q?=F0=9F=90=9B=20Add=20aliases=20for=20old=20?= =?UTF-8?q?names=20to=20frontend.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labels/frontend.yml b/labels/frontend.yml index 8d56786..c22fed8 100644 --- a/labels/frontend.yml +++ b/labels/frontend.yml @@ -4,10 +4,10 @@ - name: "type: ๐Ÿ’„ ui" color: "#d472b0" description: "Bug related to UI/UX or visual presentation" - aliases: ["๐Ÿ’„ ui"] + aliases: ["๐Ÿ’„ ui", "type: ui"] - name: "type: ๐Ÿšธ ux" color: "#e3b140" description: "Fixes for responsive design or layout issues" - aliases: ["๐Ÿšธ ux"] + aliases: ["๐Ÿšธ ux", "type: ux"] From eeabf59ac7525483dd2693ec09f8e06b0a2a31a4 Mon Sep 17 00:00:00 2001 From: Volkan Welp <49623578+LegeBeker@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:33:52 +0200 Subject: [PATCH 6/7] =?UTF-8?q?=F0=9F=90=9B=20Add=20aliases=20for=20old=20?= =?UTF-8?q?names=20to=20general.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/general.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/labels/general.yml b/labels/general.yml index 3939aa2..0e5bbaf 100644 --- a/labels/general.yml +++ b/labels/general.yml @@ -4,57 +4,57 @@ - name: "type: ๐Ÿ› bug" color: "#b03a4a" description: "A problem that needs to be fixed" - aliases: ["๐Ÿ› bug", "๐Ÿ”ฅ hotfix"] + aliases: ["๐Ÿ› bug", "๐Ÿ”ฅ hotfix", "type: bug"] - name: "type: โœจ feature" color: "#4774c3" description: "Request or addition of new functionality" - aliases: ["๐ŸŒŸ feature", "โœจ feature"] + aliases: ["๐ŸŒŸ feature", "โœจ feature", "type: feature"] - name: "type: ๐Ÿ“– documentation" color: "#94bf87" description: "Improvements or additions to documentation" - aliases: ["๐Ÿ“– docs"] + aliases: ["๐Ÿ“– docs", "type: documentation"] - name: "type: โ™ป๏ธ refactor" color: "#5da766" description: "Code changes that neither fix a bug nor add a feature" - aliases: ["โ™ป๏ธ refactor"] + aliases: ["โ™ป๏ธ refactor", "type: refactor"] - name: "type: ๐Ÿงช test" color: "#ddab97" description: "Adding or updating tests" - aliases: [] + aliases: ["type: test"] - name: "type: ๐Ÿ”ง maintenance" color: "#98b7b8" description: "General maintenance and codebase health" - aliases: ["๐Ÿ”ง config", "๐Ÿ› ๏ธ setup", "๐Ÿงน chore"] + aliases: ["๐Ÿ”ง config", "๐Ÿ› ๏ธ setup", "๐Ÿงน chore", "type: maintenance"] - name: "type: ๐Ÿ”’ security" color: "#ca5e69" description: "Security vulnerability or improvement" - aliases: ["๐Ÿ”’ security"] + aliases: ["๐Ÿ”’ security", "type: security"] - name: "type: โšก performance" color: "#afa273" description: "Performance improvement" - aliases: ["โšก performance"] + aliases: ["โšก performance", "type: performance"] - name: "type: ๐Ÿงฑ infrastructure" color: "#b45a81" description: "Infrastructure or deployment changes" - aliases: ["๐Ÿงฑ infra"] + aliases: ["๐Ÿงฑ infra", "type: infrastructure"] - name: "type: ๐Ÿ‘ท ci" color: "#86b8bb" description: "GitHub Actions implementation" - aliases: ["๐Ÿ‘ท๐Ÿผ ci", "๐Ÿ‘ท๐Ÿผ ci/cd"] + aliases: ["๐Ÿ‘ท๐Ÿผ ci", "๐Ÿ‘ท๐Ÿผ ci/cd", "type: ci"] - name: "type: ๐Ÿ—๏ธ architecture" color: "#6A4FB6" description: "Application architecture and high-level design" - aliases: ["๐Ÿ—๏ธ architecture"] + aliases: ["๐Ÿ—๏ธ architecture", "type: architecture"] ######################################################## # Size/Effort Labels From 57e3440bcd88ad3f8c600fdcf99e7b7b28217bc1 Mon Sep 17 00:00:00 2001 From: Volkan Welp <49623578+LegeBeker@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:47:17 +0200 Subject: [PATCH 7/7] =?UTF-8?q?=F0=9F=92=84=20Use=20different=20gitmoji=20?= =?UTF-8?q?for=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labels/general.yml b/labels/general.yml index 0e5bbaf..ae74fa4 100644 --- a/labels/general.yml +++ b/labels/general.yml @@ -11,7 +11,7 @@ description: "Request or addition of new functionality" aliases: ["๐ŸŒŸ feature", "โœจ feature", "type: feature"] -- name: "type: ๐Ÿ“– documentation" +- name: "type: ๐Ÿ“ documentation" color: "#94bf87" description: "Improvements or additions to documentation" aliases: ["๐Ÿ“– docs", "type: documentation"]