Skip to content

Commit

Permalink
label fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Nov 21, 2024
1 parent fb60c28 commit 92800a8
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,38 @@
# 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"

# 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."
Expand Down Expand Up @@ -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"

0 comments on commit 92800a8

Please sign in to comment.