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 9 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
11 changes: 11 additions & 0 deletions labels/_remove_labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- bug
- dependencies
- documentation
- duplicate
- enhancement
- github_actions
- help wanted
- invalid
- python
- question
- wontfix
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'
17 changes: 17 additions & 0 deletions labels/close_labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- name: 'Close: Answered'
color: '#cdd1d5'
- name: 'Close: Backlog'
color: '#cdd1d5'
description: Issues are stale/expired; sent to backlog for later re-evaluation.
- name: 'Close: Duplicate'
color: '#cdd1d5'
description: This issue or pull request already exists (see comments for pointer
to it).
- name: 'Close: Not Actionable'
color: '#cdd1d5'
- name: 'Close: Not Reproducible'
color: '#cdd1d5'
description: Closed because we cannot reproduce the issue.
- name: 'Close: Will Not Fix'
color: '#cdd1d5'
description: Closed because we have decided not to address this (e.g. out of scope).
113 changes: 113 additions & 0 deletions labels/labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
- 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: 'Close: Answered'
color: '#cdd1d5'
- name: 'Close: Backlog'
color: '#cdd1d5'
description: Issues are stale/expired; sent to backlog for later re-evaluation.
- name: 'Close: Duplicate'
color: '#cdd1d5'
description: This issue or pull request already exists (see comments for pointer
to it).
- name: 'Close: Not Actionable'
color: '#cdd1d5'
- name: 'Close: Not Reproducible'
color: '#cdd1d5'
description: Closed because we cannot reproduce the issue.
- name: 'Close: Will Not Fix'
color: '#cdd1d5'
description: Closed because we have decided not to address this (e.g. out of scope).
- name: 'Needs: Breakdown'
color: '#0052cc'
description: This big issue needs a checklist or subissues to describe a breakdown
of work.
- name: 'Needs: Designs'
color: '#0052cc'
- name: 'Needs: Detail'
color: '#0052cc'
description: Submitter needs to provide more detail for this issue to be assessed
(see comments).
- name: 'Needs: Feedback'
color: '#0052cc'
description: A proposed feature or bug resolution needs feedback prior to forging
ahead.
- name: 'Needs: Help'
color: '#0052cc'
description: Issues, typically substantial ones, that need a dedicated developer
to take them on.
- name: 'Needs: Investigation'
color: '#0052cc'
description: This issue/PR needs a root-cause analysis to determine a solution.
- name: 'Needs: Response'
color: '#0052cc'
description: Issues which require feedback from staff members.
- name: 'Needs: Review'
color: '#0052cc'
description: This issue/PR needs to be reviewed in order to be closed or merged
(see comments)
- name: 'Needs: Revisiting'
color: '#0052cc'
description: Archived (usually noisy dependencies).
- name: 'Needs: Submitter Input'
color: '#0052cc'
description: Waiting on input from the creator of the issue/pr.
- name: 'Needs: Testing'
color: '#0052cc'
- name: 'Needs: Triage'
color: '#0052cc'
description: This issue needs triage. The team needs to decide who should own it,
what to do, by when.
- 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'
40 changes: 40 additions & 0 deletions labels/needs_labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
- name: 'Needs: Breakdown'
color: '#0052cc'
description: This big issue needs a checklist or subissues to describe a breakdown
of work.
- name: 'Needs: Designs'
color: '#0052cc'
- name: 'Needs: Detail'
color: '#0052cc'
description: Submitter needs to provide more detail for this issue to be assessed
(see comments).
- name: 'Needs: Feedback'
color: '#0052cc'
description: A proposed feature or bug resolution needs feedback prior to forging
ahead.
- name: 'Needs: Help'
color: '#0052cc'
description: Issues, typically substantial ones, that need a dedicated developer
to take them on.
- name: 'Needs: Investigation'
color: '#0052cc'
description: This issue/PR needs a root-cause analysis to determine a solution.
- name: 'Needs: Response'
color: '#0052cc'
description: Issues which require feedback from staff members.
- name: 'Needs: Review'
color: '#0052cc'
description: This issue/PR needs to be reviewed in order to be closed or merged
(see comments)
- name: 'Needs: Revisiting'
color: '#0052cc'
description: Archived (usually noisy dependencies).
- name: 'Needs: Submitter Input'
color: '#0052cc'
description: Waiting on input from the creator of the issue/pr.
- name: 'Needs: Testing'
color: '#0052cc'
- name: 'Needs: Triage'
color: '#0052cc'
description: This issue needs triage. The team needs to decide who should own it,
what to do, by when.
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