Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Nov 15, 2024
2 parents 3c6e0ad + e6319da commit 260080b
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@
color: "C4C4C4"

# Type
- name: "Type: ⚗️ task"
description: "Generic task."
- name: "Type: 🐞 bug"
description: "An error that needs fixing."
color: "FF5733"
- name: "Type: 🧬 bug in original HLDS"
color: "FF5733"
- name: "Type: 🖼 bug in map"
color: "FF5733"
- name: "Type: ⚡ performance"
description: "Optimization of system or code performance."
color: "FFC107"
Expand Down Expand Up @@ -55,18 +61,27 @@
- name: "Type: 🧹 chore"
description: "Routine tasks, maintenance, or non-user-facing changes."
color: "FAD8C7"
#- name: "Type: ❓ question"
# description: "Not an classical issue. Customer's question."
# color: "C7FAD8"

# Status
- name: "Status: 🖐 opened"
description: "Task currently opened."
color: "45DC35"
- name: "Status: 🚧 in progress"
description: "Task currently being worked on."
color: "FFC300"
- name: "Status: ⛔️ blocked"
description: "Issue is blocked by some reason."
color: "F44336"
- name: "Status: 👀 needs review"
description: "Requires code or changes review."
color: "17A2B8"
- name: "Status: 🗣️ needs feedback"
description: "Comments or feedback needed from the community or team."
color: "6C757D"
- name: "Status: ✅ Done"
- name: "Status: ✅ done"
description: "The issue done and closed."
color: "FF5733"
- name: "Status: 🕹️ on hold"
Expand All @@ -75,6 +90,18 @@
- name: "Status: ⚠️ triage"
description: "A label used to categorize issues for prioritization and organization."
color: "6C757D"
- name: "Status: 🕐 pending"
description: "Issue is penging list."
color: "987743"
- name: "Status: 🛟 help wanted"
description: "Help wanted."
color: "FAC7E9"
- name: "Status: 📦 closed"
description: "Issue is closed with some resolution."
color: "A2C4C9"
- name: "Status: 🎮 testing"
description: "Issue in testing stage."
color: "E69138"

# Difficulty
- name: "Difficulty: 🟢 easy"
Expand All @@ -86,3 +113,23 @@
- name: "Difficulty: 🔴 hard"
description: "Difficult task requiring significant resources and time."
color: "DC3545"

# OS
- name: "OS: 💻 Independent"
description: "Case do not refer to any OS."
- name: "OS: 🐧 Linux"
description: "Case refers to Linux."
- name: "OS: 🪟 Windows"
description: "Case refers to Windows."

# Engine type
- name: "Engine: ⚙️ Independent"
description: "Case do not refer to any Engine."
- name: "Engine: 📀 reHLDS"
description: "Case refers to reHLDS engine."
- name: "Engine: 💿 HLDS"
description: "Case refers to original Valve's engine."
- name: "Engine: 📺 reHLTV"
description: "Case refers to reHLDS version."
- name: "Engine: 📼 HLTV"
description: "Case refers to original Valve's version."

0 comments on commit 260080b

Please sign in to comment.