mirror of
https://github.com/rehlds/.github.git
synced 2025-01-16 15:47:54 +03:00
commit
e6319da540
49
.github/labels.yml
vendored
49
.github/labels.yml
vendored
@ -22,9 +22,15 @@
|
|||||||
color: "C4C4C4"
|
color: "C4C4C4"
|
||||||
|
|
||||||
# Type
|
# Type
|
||||||
|
- name: "Type: ⚗️ task"
|
||||||
|
description: "Generic task."
|
||||||
- name: "Type: 🐞 bug"
|
- name: "Type: 🐞 bug"
|
||||||
description: "An error that needs fixing."
|
description: "An error that needs fixing."
|
||||||
color: "FF5733"
|
color: "FF5733"
|
||||||
|
- name: "Type: 🧬 bug in original HLDS"
|
||||||
|
color: "FF5733"
|
||||||
|
- name: "Type: 🖼 bug in map"
|
||||||
|
color: "FF5733"
|
||||||
- name: "Type: ⚡ performance"
|
- name: "Type: ⚡ performance"
|
||||||
description: "Optimization of system or code performance."
|
description: "Optimization of system or code performance."
|
||||||
color: "FFC107"
|
color: "FFC107"
|
||||||
@ -55,18 +61,27 @@
|
|||||||
- name: "Type: 🧹 chore"
|
- name: "Type: 🧹 chore"
|
||||||
description: "Routine tasks, maintenance, or non-user-facing changes."
|
description: "Routine tasks, maintenance, or non-user-facing changes."
|
||||||
color: "FAD8C7"
|
color: "FAD8C7"
|
||||||
|
#- name: "Type: ❓ question"
|
||||||
|
# description: "Not an classical issue. Customer's question."
|
||||||
|
# color: "C7FAD8"
|
||||||
|
|
||||||
# Status
|
# Status
|
||||||
|
- name: "Status: 🖐 opened"
|
||||||
|
description: "Task currently opened."
|
||||||
|
color: "45DC35"
|
||||||
- name: "Status: 🚧 in progress"
|
- name: "Status: 🚧 in progress"
|
||||||
description: "Task currently being worked on."
|
description: "Task currently being worked on."
|
||||||
color: "FFC300"
|
color: "FFC300"
|
||||||
|
- name: "Status: ⛔️ blocked"
|
||||||
|
description: "Issue is blocked by some reason."
|
||||||
|
color: "F44336"
|
||||||
- name: "Status: 👀 needs review"
|
- name: "Status: 👀 needs review"
|
||||||
description: "Requires code or changes review."
|
description: "Requires code or changes review."
|
||||||
color: "17A2B8"
|
color: "17A2B8"
|
||||||
- name: "Status: 🗣️ needs feedback"
|
- name: "Status: 🗣️ needs feedback"
|
||||||
description: "Comments or feedback needed from the community or team."
|
description: "Comments or feedback needed from the community or team."
|
||||||
color: "6C757D"
|
color: "6C757D"
|
||||||
- name: "Status: ✅ Done"
|
- name: "Status: ✅ done"
|
||||||
description: "The issue done and closed."
|
description: "The issue done and closed."
|
||||||
color: "FF5733"
|
color: "FF5733"
|
||||||
- name: "Status: 🕹️ on hold"
|
- name: "Status: 🕹️ on hold"
|
||||||
@ -75,6 +90,18 @@
|
|||||||
- name: "Status: ⚠️ triage"
|
- name: "Status: ⚠️ triage"
|
||||||
description: "A label used to categorize issues for prioritization and organization."
|
description: "A label used to categorize issues for prioritization and organization."
|
||||||
color: "6C757D"
|
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
|
# Difficulty
|
||||||
- name: "Difficulty: 🟢 easy"
|
- name: "Difficulty: 🟢 easy"
|
||||||
@ -86,3 +113,23 @@
|
|||||||
- name: "Difficulty: 🔴 hard"
|
- name: "Difficulty: 🔴 hard"
|
||||||
description: "Difficult task requiring significant resources and time."
|
description: "Difficult task requiring significant resources and time."
|
||||||
color: "DC3545"
|
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…
x
Reference in New Issue
Block a user