Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LABELS-1] Add more labels #22

Merged
merged 10 commits into from
Sep 2, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions labels/_remove_labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- bug
- dependencies
- documentation
- enhancement
- github_actions
- question
20 changes: 20 additions & 0 deletions labels/affects_labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- name: 'Affects: Game Assets'
color: '#fbbc9d'
description: Issues relating directly to art and game assets.
- name: 'Affects: Game Logic/Controls'
color: '#fbbc9d'
description: Issues relating directly to game logic and controls.
- name: 'Affects: Game Performance'
color: '#fbbc9d'
description: Issues relating directly to squeezing game performance.
- name: 'Affects: Game Rendering'
color: '#fbbc9d'
description: Issues relating directly to game rendering.
- name: 'Affects: Infra'
color: '#fbbc9d'
description: Related to configuration, automation, CI, etc.
- name: 'Affects: Player Experience'
color: '#fbbc9d'
description: Issues relating directly to game design & player experience.
- name: 'Affects: Project Management'
color: '#fbbc9d'
56 changes: 56 additions & 0 deletions labels/labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
- name: 'Priority: Critical'
color: '#7c0a02'
- name: 'Priority: High'
color: '#b22222'
- name: 'Priority: Medium'
color: '#ff8597'
- name: 'Priority: Low'
color: '#ffccc9'
- name: 'Type: Bug'
color: '#ff9900'
description: Something isn't working.
- name: 'Type: Documentation'
color: '#ff9900'
description: Improvements or additions to documentation.
- name: 'Type: Feature Request'
color: '#ff9900'
description: Issue describes a feature or enhancement we'd like to implement.
- name: 'Type: Question'
color: '#ff9900'
description: This issue doesn't require code. A question needs an answer.
- name: 'Type: Refactor/Clean-up'
color: '#ff9900'
description: Issues related to reorganization/clean-up of data or code (e.g. for
maintainability).
- name: 'Type: Suggestion'
color: '#ff9900'
- name: 'State: Blocked'
color: '#e07bf9'
description: Work has stopped, waiting for something (Info, Dependent fix, etc.
See comments).
- name: 'State: In Review'
color: '#e07bf9'
description: This issue is waiting for review to finish.
- name: 'State: Work In Progress'
color: '#e07bf9'
description: This issue is being actively worked on.
- name: 'Affects: Game Assets'
color: '#fbbc9d'
description: Issues relating directly to art and game assets.
- name: 'Affects: Game Logic/Controls'
color: '#fbbc9d'
description: Issues relating directly to game logic and controls.
- name: 'Affects: Game Performance'
color: '#fbbc9d'
description: Issues relating directly to squeezing game performance.
- name: 'Affects: Game Rendering'
color: '#fbbc9d'
description: Issues relating directly to game rendering.
- name: 'Affects: Infra'
color: '#fbbc9d'
description: Related to configuration, automation, CI, etc.
- name: 'Affects: Player Experience'
color: '#fbbc9d'
description: Issues relating directly to game design & player experience.
- name: 'Affects: Project Management'
color: '#fbbc9d'
8 changes: 8 additions & 0 deletions labels/priority_labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- name: 'Priority: Critical'
color: '#7c0a02'
- name: 'Priority: High'
color: '#b22222'
- name: 'Priority: Medium'
color: '#ff8597'
- name: 'Priority: Low'
color: '#ffccc9'
10 changes: 10 additions & 0 deletions labels/state_labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- name: 'State: Blocked'
color: '#e07bf9'
description: Work has stopped, waiting for something (Info, Dependent fix, etc.
See comments).
- name: 'State: In Review'
color: '#e07bf9'
description: This issue is waiting for review to finish.
- name: 'State: Work In Progress'
color: '#e07bf9'
description: This issue is being actively worked on.
20 changes: 6 additions & 14 deletions config/labels.yaml → labels/type_labels.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
- name: 'Priority: Critical'
color: '#7c0a02'
- name: 'Priority: High'
color: '#b22222'
- name: 'Priority: Medium'
color: '#e88a1a'
- name: 'Priority: Low'
color: '#f1bc31'
- name: 'Type: Bug'
color: '#d73a4a'
color: '#ff9900'
description: Something isn't working.
- name: 'Type: Documentation'
color: '#a2eeef'
color: '#ff9900'
description: Improvements or additions to documentation.
- name: 'Type: Feature Request'
color: '#e88a1a'
color: '#ff9900'
description: Issue describes a feature or enhancement we'd like to implement.
- name: 'Type: Question'
color: '#d876e3'
color: '#ff9900'
description: This issue doesn't require code. A question needs an answer.
- name: 'Type: Refactor/Clean-up'
color: '#a0855b'
color: '#ff9900'
description: Issues related to reorganization/clean-up of data or code (e.g. for
maintainability).
- name: 'Type: Suggestion'
color: '#ac8daf'
color: '#ff9900'
94 changes: 0 additions & 94 deletions scripts/_create_label_config.py

This file was deleted.

Loading