Skip to content

Commit

Permalink
Merge pull request #97 from opsmill/dga-20240725-labels2
Browse files Browse the repository at this point in the history
Add more labels
  • Loading branch information
BeArchiTek authored Jul 25, 2024
2 parents 2a38e4a + 0b42c53 commit 4025f7b
Showing 1 changed file with 65 additions and 6 deletions.
71 changes: 65 additions & 6 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,48 @@
description: "Removals and deprecations"
color: "d876e3"


# ----------------------------------
# EFFORT
# ----------------------------------
- name: "effort/high"
description: "This issue should be completed in more than a day"
color: "b60205"

- name: "effort/medium"
description: "This issue should be completed in a less than a day"
color: "ff9f1c"

- name: "effort/low"
description: "This issue should be completed in a couple of hours"
color: "ffcc00"

# ----------------------------------
# SEVERITY
# ----------------------------------
- name: "priority/1"
description: "This issue must be fixed/implemented ASAP, it's a blocker for a release"
color: "b60205"

- name: "priority/2"
description: "This issue stalls work on the project or its dependents, it's a blocker for a release"
color: "ff9f1c"

- name: "priority/3"
description: "Not blocking but should be fixed soon"
color: "ffcc00"

- name: "priority/4"
description: "Low priority and doesn't need to be rushed"
color: "cfda2c"

# ----------------------------------
# STATUS
# ----------------------------------
- name: "state/help"
description: "Extra attention is needed"
color: "008672"

- name: "state/blocked"
description: "The issue is currently blocked and cannot be resolved."
color: "e34918"
Expand All @@ -62,13 +101,33 @@
description: "The redaction of the issue is still a work in progress"
color: "dcb518"

- name: "state/wontfix"
description: "This will not be worked on"
color: "ffffff"
- name: "state/need-triage"
description: "This issue needs to be triaged"
color: "333333"

- name: "state/help"
description: "Extra attention is needed"
color: "008672"
- name: "state/need-more-info"
description: "This issue needs more information"
color: "cccccc"

- name: "state/need-testing"
description: "This issue is ready and needs to be tested."
color: "cccccc"

- name: "state/backlog"
description: "This issue is part of the backlog"
color: "eeeeee"

- name: "state/planned"
description: "This issue is planned to be worked on in an upcoming release."
color: "eeeeee"

- name: "state/not-reproducible"
description: "Unable to reproduce this issue."
color: "eeeeee"

- name: "state/wont-fix"
description: "Issue has been closed and won't be fix/implemented."
color: "eeeeee"

# ----------------------------------
# CI
Expand Down

0 comments on commit 4025f7b

Please sign in to comment.