mirror of
https://github.com/rehlds/.github.git
synced 2024-12-28 14:45:29 +03:00
commit
e6319da540
49
.github/labels.yml
vendored
49
.github/labels.yml
vendored
@ -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"
|
||||
@ -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"
|
||||
@ -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"
|
||||
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user