Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 1136d19

Browse files
committed
feat: squash: more updates
1 parent 478c5fc commit 1136d19

File tree

1 file changed

+44
-34
lines changed

1 file changed

+44
-34
lines changed

migrate/labels.yml

+44-34
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,66 @@
11
# Repository labels to be synced across the entire org.
22
# Every item must have a name, color, and description.
3+
34
# Notes:
45
# * Repositories may define their own labels as long as they don't
5-
# conflict with what's listed here.
6+
# conflict with what's listed here. If it turns out a repository-specific
7+
# label would be useful to have in the entire organization, we can always add
8+
# it here post facto.
9+
# * We have added these based on need. They are not all-encompassing. If something
10+
# seems missing, feel free to open a PR.
611
# * Whenever a repo has a matching label, that label will be updated. If there
712
# is no matching label, the label will be created anew. "Matching" is determined
813
# by comparing the label's lowercased name, with all puncutation, emoji, and special
914
# chars removed.
1015
# * For picking hex colors, you might use: https://www.htmlcolor-picker.com/
16+
# Describe your color with a comment so it's easier to review.
17+
1118

12-
### COMMUNITY LABELS
19+
### LABELS INDICATING HOW ISSUES CAN BE ENAGAGED WITH.
1320

1421
- name: "good first issue"
1522
color: "42dd35" # friendly lime green
1623
description: "A good task for a newcomer to start with"
1724

1825
- name: "help wanted"
1926
color: "54976d" # fenway green
20-
description: "Ready to be picke up by anyone in the community"
21-
22-
- name: "DEPR"
23-
color: "3c3cc3" # indigo-blue
24-
description: "Proposal for depreaction & removal per OEP-21"
27+
description: "Ready to be picked up by anyone in the community"
2528

2629

27-
### KINDS OF WORK
30+
### LABELS INDICATING BROAD THEMES OF WORK.
31+
### MORE THAN ONE OF THESE MAY APPLY AT A TIME.
2832

2933
- name: "maintenance"
3034
color: "ff9125" # construction orange
31-
description: "Work that must be done for platform health"
35+
description: "Relates to platform health and/or routine upkeep"
3236

33-
- name: "discovery"
34-
color: "d876e3" # a curious shade of lavendar
35-
description: "Pre-work to determine if an idea is feasible"
36-
37-
- name: "bug"
38-
color: "d93f0b" # scarlet red
39-
description: "Something isn't working"
37+
- name: "security"
38+
color: "f0d165" # caution yellow
39+
description: "Relates to improving to the security posture of the platform"
4040

4141
- name: "enhancement"
42-
color: "a2eeef" # refreshing light teal
43-
description: "Update or improvement to an existing feature"
42+
color: "a2eeef" # electric blue!
43+
description: "Relates to new features or improvements to existing features"
44+
45+
- name: "documentation"
46+
color: "0052cc" # royal blue
47+
description: "Relates to documentation improvements"
4448

45-
- name: "feature"
46-
color: "05d1dc" # teal for real
47-
description: "Addition of new functionality"
4849

50+
### LABELS INDICATING THE SCOPE OR FUNCTION OF THE ISSUE.
51+
### AT MOST ONE OF THESE SHOULD BE USED AT A TIME.
52+
53+
- name: "depr"
54+
color: "3c3cc3" # indigo-blue
55+
description: "Proposal for deprecation & removal per OEP-21"
56+
57+
- name: "bug"
58+
color: "d93f0b" # scarlet red...
59+
description: "Report of or fix for something that isn't working as intended"
4960

50-
### SCOPES OF WORK
61+
- name: "discovery"
62+
color: "d876e3" # a curious shade of lavendar
63+
description: "Pre-work to determine if an idea is feasible"
5164

5265
- name: "epic"
5366
color: "7e027e" # epic violet
@@ -58,7 +71,7 @@
5871
description: "Huge unit of work, consisting of multiple epics"
5972

6073

61-
### ISSUE OUTCOMES
74+
### LABELS INDICATING ISSUE OUTCOMES.
6275

6376
- name: "wontfix"
6477
color: "ffffff" # white
@@ -69,7 +82,8 @@
6982
description: "This issue or pull request already exists elsewhere"
7083

7184

72-
### PR TRIAGE WORKFLOW
85+
### LABELS USED IN THE OPEN EDX CONTRIBUTION WORKFLOW.
86+
### PLEASE CONSULT WITH OPEN EDX PROJECT MANAGMENT BEFORE CHANGING THESE.
7387

7488
- name: "waiting on author"
7589
color: "bfd6f6" # baby blue
@@ -79,30 +93,26 @@
7993
color: "cc950a" # clay-ish brown
8094
description: "PR author has been unresponsive for several months"
8195

82-
- name: "closed-inactivity"
96+
- name: "closed inactivity"
8397
color: "dbcd00" # gold
8498
description: "PR was closed because the author abandoned it"
8599

86100
- name: "needs test run"
87101
color: "f5424b" # crimson red
88102
description: "Author's first PR to a repository, awaiting test authorization from Axim"
89103

90-
- name: "core contributor"
91-
color: "000000" # black
92-
description: "PR is Core Contributor with rights in this repository (manually added)"
93-
94-
- name: "open-source-contribution"
104+
- name: "open source contribution"
95105
color: "f0f0f0" # light grey
96106
description: "PR author is not from Axim or 2U"
97107

98108
- name: "blocked by other work"
99109
color: "ffa500" # yellow orange
100110
description: "PR cannot be finished until other work is complete"
101111

102-
- name: "changes requested"
103-
color: "76a4e3" # cornflower blue
104-
description: "PR reviewers are waiting on author to apply feedback"
105-
106112
- name: "product review"
107113
color: "c97bf7" # light puple
108114
description: "PR requires product review before merging"
115+
116+
- name: "core contributor"
117+
color: "000000" # black
118+
description: "PR is Core Contributor with rights in this repository (manually added)"

0 commit comments

Comments
 (0)