label fixes

This commit is contained in:
STAM 2024-11-21 18:45:35 +03:00
parent fb60c287de
commit 92800a8f68
No known key found for this signature in database
GPG Key ID: 711526C6938897F1

18
.github/labels.yml vendored

@ -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"