Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
adding labels to .github/settings.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
  • Loading branch information
nate-double-u committed Jul 23, 2021
1 parent 608442a commit 192901e
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,62 @@ collaborators:
permission: admin
- username: kapunahelewong
permission: admin

# Labels: define labels for Issues and Pull Requests
labels:
- name: cleanup
color: 1ebcd8
- name: e1-hours
description: "Effort: < 8 hrs"
color: d9b38c
- name: e2-days
description: "Effort: < 5 days"
color: cc9966
- name: e3-weeks
description: "Effort: < 4 weeks"
color: bf8040
- name: e4-months
description: "Effort: 1+ months"
color: 996633
- name: infrastructure
color: 696969
- name: p0-critical
color: B60205
- name: p1-high
color: D93F0B
- name: p2-medium
color: FBCA04
- name: p3-low
color: FEF2C0
- name: e0-minutes
description: "Effort: < 60 min"
color: e6ccb3
# Default new repo labels
- name: bug
description: "Something isn't working"
color: d73a4a
- name: documentation
description: Improvements or additions to documentation
color: 0075ca
- name: duplicate
description: This issue or pull request already exists
color: cfd3d7
- name: enhancement
description: New feature or request
color: a2eeef
- name: good first issue
description: Good for newcomers
color: 7057ff
- name: help wanted
description: Extra attention is needed
color: 008672
- name: invalid
description: "This doesn't seem right"
color: e4e669
- name: question
description: Further information is requested
color: d876e3
- name: wontfix
description: This will not be worked on
color: ffffff

0 comments on commit 192901e

Please sign in to comment.