From 92800a8f686a9031b86c2aaa3c5ce77ea6d7a787 Mon Sep 17 00:00:00 2001 From: STAM Date: Thu, 21 Nov 2024 18:45:35 +0300 Subject: [PATCH] label fixes --- .github/labels.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index 4de0f8c..8e2412b 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -12,11 +12,13 @@ # Resolution - name: "Resolution: ✂️ duplicate" description: "Duplicate of an existing task or issue." + color: "dc7935" - name: "Resolution: ❇️ resolved" description: "The issue resolved, but not fully closed." + color: "35dc79" - name: "Resolution: 🚫 wontfix" description: "The issue will not be fixed; the task is closed." - color: "DC3545" + color: "a7551d" - name: "Resolution: ❓ invalid" description: "Invalid task, lacking sufficient information or incorrect format." color: "C4C4C4" @@ -24,18 +26,24 @@ # Type - name: "Type: ⚗️ task" description: "Generic task." + color: "35dc79" - name: "Type: 🐞 bug" description: "An error that needs fixing." color: "FF5733" - name: "Type: 🧬 bug in original HLDS" + description: "An error that could not be fixed by ReHLDS." color: "FF5733" - name: "Type: 🧬 bug in original GameDLL" + description: "An error that could not be fixed by GameDLL." color: "FF5733" - name: "Type: 🧬 bug on Client side" + description: "Bug in client. Could not be fixed." color: "FF5733" - name: "Type: 🧬 reverse-engineering mistake" + description: "Bug in reverse-engineering process." color: "e7067c" - name: "Type: 🖼 bug in map" + description: "Bug in game map. Could not be fixed." color: "FF5733" - name: "Type: ⚡ performance" description: "Optimization of system or code performance." @@ -123,19 +131,27 @@ # OS - name: "OS: 💻 Independent" description: "Case do not refer to any OS." + color: "999999" - name: "OS: 🐧 Linux" description: "Case refers to Linux." + color: "6fa8dc" - name: "OS: 🪟 Windows" description: "Case refers to Windows." + color: "8e7cc3" # Engine type - name: "Engine: ⚙️ Independent" description: "Case do not refer to any Engine." + color: "999999" - name: "Engine: 📀 reHLDS" description: "Case refers to reHLDS engine." + color: "f44336" - name: "Engine: 💿 HLDS" description: "Case refers to original Valve's engine." + color: "ea9999" - name: "Engine: 📺 reHLTV" description: "Case refers to reHLDS version." + color: "f44336" - name: "Engine: 📼 HLTV" description: "Case refers to original Valve's version." + color: "ea9999"