lotus/.github/labels.yml

278 lines
7.0 KiB
YAML
Raw Normal View History

2020-06-10 23:00:35 +00:00
## Color palette
2020-07-27 18:05:28 +00:00
# yellows: dba355 d8a038 d8bd36 edd17d fbca04
2020-06-10 23:00:35 +00:00
# greens: 92ef92 6bbf3b 1cef5c 75b72d 9fea8f c6e84e c1f45a b8d613 fcf0b5
# reds: dd362a
# blues: 5b91c6 2a7d93 0bb1ed
2020-07-08 11:49:17 +00:00
# pinks: bf0f73 c619b5
2020-06-10 23:00:35 +00:00
# oranges: ba500e ce8048
# teals: 40c491
2020-06-11 12:17:16 +00:00
#
# Tailwind CSS colors: https://tailwindcss.com/docs/customizing-colors/
2020-06-10 23:00:35 +00:00
###
### Special magic GitHub labels
###
2020-07-08 11:49:17 +00:00
- description: "Good for newcomers"
name: "good first issue"
2020-06-10 23:00:35 +00:00
color: 7057ff
2020-07-08 11:49:17 +00:00
- description: "Extra attention is needed"
name: "help wanted"
2020-06-10 23:00:35 +00:00
color: 008672
2020-07-27 18:05:28 +00:00
## Work streams
- description: "Workstream: End-to-end Tests"
name: "workstream/e2e-tests"
color: fbca04
- description: "Workstream: VM Conformance Tests"
name: "workstream/vm-conformance-tests"
color: fbca04
2020-06-10 23:00:35 +00:00
###
2020-07-08 11:49:17 +00:00
### Topics
2020-06-10 23:00:35 +00:00
###
2020-07-08 11:49:17 +00:00
- description: "Topic: Slashing"
name: topic/slashing
color: c619b5
- description: "Topic: Sector proving"
name: topic/sector-proving
color: c619b5
- description: "Topic: Sync / fork selection"
name: topic/sync-forks
color: c619b5
- description: "Topic: Present-time mining / tipset assembly"
name: topic/mining-present
color: c619b5
- description: "Topic: Catch-up / rush mining"
name: topic/mining-rush
color: c619b5
- description: "Topic: Payment channels"
name: topic/paych
color: c619b5
- description: "Topic: Drand faults"
name: topic/drand
color: c619b5
- description: "Topic: Mempool message selection"
name: topic/mempool
color: c619b5
- description: "Topic: Presealing"
name: topic/presealing
color: c619b5
2020-07-08 13:05:36 +00:00
- description: "Topic: Deals"
name: topic/deals
color: c619b5
2020-06-10 23:00:35 +00:00
###
### Kinds
###
2020-07-08 11:49:17 +00:00
- description: "Kind: Bug"
name: kind/bug
2020-06-10 23:00:35 +00:00
color: c92712
2020-07-08 11:49:17 +00:00
- description: "Kind: Problem"
name: kind/problem
2020-06-10 23:00:35 +00:00
color: c92712
2020-07-08 11:49:17 +00:00
- description: "Kind: Investigation"
name: kind/investigation
2020-06-10 23:00:35 +00:00
color: fcf0b5
2020-07-08 11:49:17 +00:00
- description: "Kind: Chore"
name: kind/chore
2020-06-10 23:00:35 +00:00
color: fcf0b5
2020-07-08 11:49:17 +00:00
- description: "Kind: Feature"
name: kind/feature
2020-06-10 23:00:35 +00:00
color: fcf0b5
2020-07-08 11:49:17 +00:00
- description: "Kind: Improvement"
name: kind/improvement
2020-06-10 23:00:35 +00:00
color: fcf0b5
2020-07-08 11:49:17 +00:00
- description: "Kind: Test Scenario"
name: kind/test-scenario
2020-06-25 10:14:15 +00:00
color: feb95e
2020-07-08 11:49:17 +00:00
- description: "Kind: Tracking Issue"
name: kind/tracking-issue
2020-06-10 23:00:35 +00:00
color: fcf0b5
2020-07-08 11:49:17 +00:00
- description: "Kind: Question"
name: kind/question
2020-06-10 23:00:35 +00:00
color: fcf0b5
2020-07-08 11:49:17 +00:00
- description: "Kind: Enhancement"
name: kind/enhancement
2020-06-10 23:00:35 +00:00
color: fcf0b5
2020-07-08 11:49:17 +00:00
- description: "Kind: Discussion"
name: kind/discussion
2020-06-10 23:00:35 +00:00
color: fcf0b5
2020-07-08 11:49:17 +00:00
- description: "Kind: Spike"
name: kind/spike
2020-06-10 23:00:35 +00:00
color: fcf0b5
2020-07-08 11:49:17 +00:00
- description: "Kind: System Process"
name: kind/system-process
2020-06-25 10:14:15 +00:00
color: ff4782
2020-06-10 23:00:35 +00:00
###
### Difficulties
###
2020-07-08 11:49:17 +00:00
- description: "Difficulty: Trivial"
name: dif/trivial
2020-06-10 23:00:35 +00:00
color: b2b7ff
2020-07-08 11:49:17 +00:00
- description: "Difficulty: Easy"
name: dif/easy
2020-06-10 23:00:35 +00:00
color: 7886d7
2020-07-08 11:49:17 +00:00
- description: "Difficulty: Medium"
name: dif/medium
2020-06-10 23:00:35 +00:00
color: 6574cd
2020-07-08 11:49:17 +00:00
- description: "Difficulty: Hard"
name: dif/hard
2020-06-10 23:00:35 +00:00
color: 5661b3
2020-07-08 11:49:17 +00:00
- description: "Difficulty: Expert"
name: dif/expert
2020-06-10 23:00:35 +00:00
color: 2f365f
###
### Efforts
###
2020-07-08 11:49:17 +00:00
- description: "Effort: Minutes"
name: effort/minutes
2020-06-10 23:00:35 +00:00
color: e8fffe
2020-07-08 11:49:17 +00:00
- description: "Effort: One or Multiple Hours."
name: effort/hours
2020-06-10 23:00:35 +00:00
color: a0f0ed
2020-07-08 11:49:17 +00:00
- description: "Effort: One Day."
name: effort/day
2020-06-10 23:00:35 +00:00
color: 64d5ca
2020-07-08 11:49:17 +00:00
- description: "Effort: Multiple Days."
name: effort/days
2020-06-10 23:00:35 +00:00
color: 4dc0b5
2020-07-08 11:49:17 +00:00
- description: "Effort: One Week."
name: effort/week
2020-06-10 23:00:35 +00:00
color: 38a89d
2020-07-08 11:49:17 +00:00
- description: "Effort: Multiple Weeks."
name: effort/weeks
2020-06-10 23:00:35 +00:00
color: 20504f
###
### Discomfort Factor
###
2020-07-08 11:49:17 +00:00
- description: "Discomfort factor: I wake up in the middle of the night with nightmares, sweats, and chills."
name: discomfort-factor/10
2020-06-11 12:17:16 +00:00
color: c53030
2020-07-08 11:49:17 +00:00
- description: "Discomfort factor: Wakes me up in the middle of the night, but if I breathe deep, I can sleep again."
name: discomfort-factor/9
2020-06-11 12:17:16 +00:00
color: e53e3e
2020-07-08 11:49:17 +00:00
- description: "Discomfort factor: I touched my eyes after picking up a Jalapeño (10,000 SHU)."
name: discomfort-factor/8
2020-06-11 12:17:16 +00:00
color: f56565
2020-07-08 11:49:17 +00:00
- description: "Discomfort factor: Sitting next to a sweaty gentleman in a transatlantic flight."
name: discomfort-factor/7
2020-06-11 12:17:16 +00:00
color: dd6b20
2020-07-08 11:49:17 +00:00
- description: "Discomfort factor: Agonizing smalltalk."
name: discomfort-factor/6
2020-06-11 12:17:16 +00:00
color: ed8936
2020-07-08 11:49:17 +00:00
- description: "Discomfort factor: Watching tourists wear white socks with flip-flops."
name: discomfort-factor/5
2020-06-11 12:17:16 +00:00
color: f6ad55
2020-07-08 11:49:17 +00:00
- description: "Discomfort factor: An itchy jumper label the entire night."
name: discomfort-factor/4
2020-06-11 12:17:16 +00:00
color: ecc94b
2020-07-08 11:49:17 +00:00
- description: "Discomfort factor: A pebble in my shoe."
name: discomfort-factor/3
2020-06-11 12:17:16 +00:00
color: f6e05e
2020-07-08 11:49:17 +00:00
- description: "Discomfort factor: A sneeze that just won't come out."
name: discomfort-factor/2
2020-06-11 12:17:16 +00:00
color: faf089
2020-07-08 11:49:17 +00:00
- description: "Discomfort factor: Opening a can with a supposedly 'easy open lid' whose ring has snapped."
name: discomfort-factor/1
2020-06-11 12:17:16 +00:00
color: c6f6d5
2020-07-08 11:49:17 +00:00
- description: "Discomfort factor: Don't worry, chill, we're cool!"
name: discomfort-factor/0
2020-06-11 12:17:16 +00:00
color: f0fff4
2020-06-10 23:00:35 +00:00
###
### Priorities
###
2020-07-08 11:49:17 +00:00
- description: "P0: Critical. This is a blocker. Drop everything else."
name: P0
2020-06-10 23:00:35 +00:00
color: dd362a
2020-07-08 11:49:17 +00:00
- description: "P1: Must be fixed."
name: P1
2020-06-10 23:00:35 +00:00
color: ce8048
2020-07-08 11:49:17 +00:00
- description: "P2: Should be fixed."
name: P2
2020-06-10 23:00:35 +00:00
color: dbd81a
2020-07-08 11:49:17 +00:00
- description: "P3: Might get fixed."
name: P3
2020-06-10 23:00:35 +00:00
color: 9fea8f
###
### Hints
###
2020-07-08 11:49:17 +00:00
- description: "Hint: Good First Issue"
name: hint/good-first-issue
2020-06-10 23:00:35 +00:00
color: 0623cc
2020-07-08 11:49:17 +00:00
- description: "Hint: Needs Contributor"
name: hint/needs-contributor
2020-06-10 23:00:35 +00:00
color: 0623cc
2020-07-08 14:28:37 +00:00
- description: "Hint: Needs Scoring"
name: hint/needs-scoring
2020-06-10 23:00:35 +00:00
color: 0623cc
2020-07-08 11:49:17 +00:00
- description: "Hint: Needs Decision"
name: hint/needs-decision
2020-06-10 23:00:35 +00:00
color: 0623cc
2020-07-08 11:49:17 +00:00
- description: "Hint: Needs Triage"
name: hint/needs-triage
2020-06-10 23:00:35 +00:00
color: 0623cc
2020-07-08 11:49:17 +00:00
- description: "Hint: Needs Analysis"
name: hint/needs-analysis
2020-06-10 23:00:35 +00:00
color: 0623cc
2020-07-08 11:49:17 +00:00
- description: "Hint: Needs Author Input"
name: hint/needs-author-input
2020-06-10 23:00:35 +00:00
color: 0623cc
2020-07-08 11:49:17 +00:00
- description: "Hint: Needs Team Input"
name: hint/needs-team-input
2020-06-10 23:00:35 +00:00
color: 0623cc
2020-07-08 11:49:17 +00:00
- description: "Hint: Needs Community Input"
name: hint/needs-community-input
2020-06-10 23:00:35 +00:00
color: 0623cc
2020-07-08 11:49:17 +00:00
- description: "Hint: Needs Review"
name: hint/needs-review
2020-06-10 23:00:35 +00:00
color: 0623cc
2020-07-08 11:49:17 +00:00
- description: "Hint: Needs Help"
name: hint/needs-help
2020-06-10 23:00:35 +00:00
color: 0623cc
2020-07-08 11:49:17 +00:00
- description: "Hint: Description outdated"
name: hint/desc-outdated
2020-06-10 23:00:35 +00:00
color: 0623cc
###
### Statuses
###
2020-07-08 11:49:17 +00:00
- description: "Status: Done"
name: status/done
2020-06-10 23:00:35 +00:00
color: edb3a6
2020-07-08 11:49:17 +00:00
- description: "Status: Approved and Awaiting Merge"
name: status/approved-waiting
2020-06-10 23:00:35 +00:00
color: edb3a6
2020-07-08 11:49:17 +00:00
- description: "Status: Changes Requested in Review"
name: status/changes-requested
2020-06-10 23:00:35 +00:00
color: edb3a6
2020-07-08 11:49:17 +00:00
- description: "Status: Waiting for Review"
name: status/awaiting-review
2020-06-10 23:00:35 +00:00
color: edb3a6
2020-07-08 11:49:17 +00:00
- description: "Status: Deferred"
name: status/deferred
2020-06-10 23:00:35 +00:00
color: edb3a6
2020-07-08 11:49:17 +00:00
- description: "Status: In Progress"
name: status/in-progress
2020-06-10 23:00:35 +00:00
color: edb3a6
2020-07-08 11:49:17 +00:00
- description: "Status: Blocked"
name: status/blocked
2020-06-10 23:00:35 +00:00
color: edb3a6
2020-07-08 11:49:17 +00:00
- description: "Status: Inactive"
name: status/inactive
2020-06-10 23:00:35 +00:00
color: edb3a6
2020-07-08 11:49:17 +00:00
- description: "Status: Waiting"
name: status/waiting
2020-06-10 23:00:35 +00:00
color: edb3a6
2020-07-08 11:49:17 +00:00
- description: "Status: Rotten"
name: status/rotten
2020-06-10 23:00:35 +00:00
color: edb3a6
2020-07-08 11:49:17 +00:00
- description: "Status: Discarded / Won't fix"
2020-07-08 12:01:30 +00:00
name: status/discarded
color: a0aec0