update labels with topics.
This commit is contained in:
parent
645da2b749
commit
daee5ab1d3
292
.github/labels.yml
vendored
292
.github/labels.yml
vendored
@ -4,7 +4,7 @@
|
|||||||
# greens: 92ef92 6bbf3b 1cef5c 75b72d 9fea8f c6e84e c1f45a b8d613 fcf0b5
|
# greens: 92ef92 6bbf3b 1cef5c 75b72d 9fea8f c6e84e c1f45a b8d613 fcf0b5
|
||||||
# reds: dd362a
|
# reds: dd362a
|
||||||
# blues: 5b91c6 2a7d93 0bb1ed
|
# blues: 5b91c6 2a7d93 0bb1ed
|
||||||
# pinks: bf0f73
|
# pinks: bf0f73 c619b5
|
||||||
# oranges: ba500e ce8048
|
# oranges: ba500e ce8048
|
||||||
# teals: 40c491
|
# teals: 40c491
|
||||||
#
|
#
|
||||||
@ -13,230 +13,254 @@
|
|||||||
###
|
###
|
||||||
### Special magic GitHub labels
|
### Special magic GitHub labels
|
||||||
###
|
###
|
||||||
- name: "good first issue"
|
- description: "Good for newcomers"
|
||||||
|
name: "good first issue"
|
||||||
color: 7057ff
|
color: 7057ff
|
||||||
description: "Good for newcomers"
|
- description: "Extra attention is needed"
|
||||||
- name: "help wanted"
|
name: "help wanted"
|
||||||
color: 008672
|
color: 008672
|
||||||
description: "Extra attention is needed"
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Areas
|
### Topics
|
||||||
###
|
###
|
||||||
- name: area/*
|
- description: "Topic: Slashing"
|
||||||
color: 0bb1ed
|
name: topic/slashing
|
||||||
description: "Area: Generic (will unfold later)"
|
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
|
||||||
|
|
||||||
###
|
###
|
||||||
### Kinds
|
### Kinds
|
||||||
###
|
###
|
||||||
- name: kind/bug
|
- description: "Kind: Bug"
|
||||||
|
name: kind/bug
|
||||||
color: c92712
|
color: c92712
|
||||||
description: "Kind: Bug"
|
- description: "Kind: Problem"
|
||||||
- name: kind/problem
|
name: kind/problem
|
||||||
color: c92712
|
color: c92712
|
||||||
description: "Kind: Problem"
|
- description: "Kind: Investigation"
|
||||||
- name: kind/investigation
|
name: kind/investigation
|
||||||
color: fcf0b5
|
color: fcf0b5
|
||||||
description: "Kind: Investigation"
|
- description: "Kind: Chore"
|
||||||
- name: kind/chore
|
name: kind/chore
|
||||||
color: fcf0b5
|
color: fcf0b5
|
||||||
description: "Kind: Chore"
|
- description: "Kind: Feature"
|
||||||
- name: kind/feature
|
name: kind/feature
|
||||||
color: fcf0b5
|
color: fcf0b5
|
||||||
description: "Kind: Feature"
|
- description: "Kind: Improvement"
|
||||||
- name: kind/improvement
|
name: kind/improvement
|
||||||
color: fcf0b5
|
color: fcf0b5
|
||||||
description: "Kind: Improvement"
|
- description: "Kind: Test Scenario"
|
||||||
- name: kind/test-scenario
|
name: kind/test-scenario
|
||||||
color: feb95e
|
color: feb95e
|
||||||
description: "Kind: Test Scenario"
|
- description: "Kind: Tracking Issue"
|
||||||
- name: kind/tracking-issue
|
name: kind/tracking-issue
|
||||||
color: fcf0b5
|
color: fcf0b5
|
||||||
description: "Kind: Tracking Issue"
|
- description: "Kind: Question"
|
||||||
- name: kind/question
|
name: kind/question
|
||||||
color: fcf0b5
|
color: fcf0b5
|
||||||
description: "Kind: Question"
|
- description: "Kind: Enhancement"
|
||||||
- name: kind/enhancement
|
name: kind/enhancement
|
||||||
color: fcf0b5
|
color: fcf0b5
|
||||||
description: "Kind: Enhancement"
|
- description: "Kind: Discussion"
|
||||||
- name: kind/discussion
|
name: kind/discussion
|
||||||
color: fcf0b5
|
color: fcf0b5
|
||||||
description: "Kind: Discussion"
|
- description: "Kind: Spike"
|
||||||
- name: kind/spike
|
name: kind/spike
|
||||||
color: fcf0b5
|
color: fcf0b5
|
||||||
description: "Kind: Spike"
|
- description: "Kind: System Process"
|
||||||
- name: kind/system-process
|
name: kind/system-process
|
||||||
color: ff4782
|
color: ff4782
|
||||||
description: "Kind: System Process"
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Difficulties
|
### Difficulties
|
||||||
###
|
###
|
||||||
- name: dif/trivial
|
- description: "Difficulty: Trivial"
|
||||||
|
name: dif/trivial
|
||||||
color: b2b7ff
|
color: b2b7ff
|
||||||
description: "Difficulty: Trivial"
|
- description: "Difficulty: Easy"
|
||||||
- name: dif/easy
|
name: dif/easy
|
||||||
color: 7886d7
|
color: 7886d7
|
||||||
description: "Difficulty: Easy"
|
- description: "Difficulty: Medium"
|
||||||
- name: dif/medium
|
name: dif/medium
|
||||||
color: 6574cd
|
color: 6574cd
|
||||||
description: "Difficulty: Medium"
|
- description: "Difficulty: Hard"
|
||||||
- name: dif/hard
|
name: dif/hard
|
||||||
color: 5661b3
|
color: 5661b3
|
||||||
description: "Difficulty: Hard"
|
- description: "Difficulty: Expert"
|
||||||
- name: dif/expert
|
name: dif/expert
|
||||||
color: 2f365f
|
color: 2f365f
|
||||||
description: "Difficulty: Expert"
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Efforts
|
### Efforts
|
||||||
###
|
###
|
||||||
- name: effort/minutes
|
- description: "Effort: Minutes"
|
||||||
|
name: effort/minutes
|
||||||
color: e8fffe
|
color: e8fffe
|
||||||
description: "Effort: Minutes"
|
- description: "Effort: One or Multiple Hours."
|
||||||
- name: effort/hours
|
name: effort/hours
|
||||||
color: a0f0ed
|
color: a0f0ed
|
||||||
description: "Effort: One or Multiple Hours."
|
- description: "Effort: One Day."
|
||||||
- name: effort/day
|
name: effort/day
|
||||||
color: 64d5ca
|
color: 64d5ca
|
||||||
description: "Effort: One Day."
|
- description: "Effort: Multiple Days."
|
||||||
- name: effort/days
|
name: effort/days
|
||||||
color: 4dc0b5
|
color: 4dc0b5
|
||||||
description: "Effort: Multiple Days."
|
- description: "Effort: One Week."
|
||||||
- name: effort/week
|
name: effort/week
|
||||||
color: 38a89d
|
color: 38a89d
|
||||||
description: "Effort: One Week."
|
- description: "Effort: Multiple Weeks."
|
||||||
- name: effort/weeks
|
name: effort/weeks
|
||||||
color: 20504f
|
color: 20504f
|
||||||
description: "Effort: Multiple Weeks."
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Discomfort Factor
|
### Discomfort Factor
|
||||||
###
|
###
|
||||||
- name: discomfort-factor/10
|
- description: "Discomfort factor: I wake up in the middle of the night with nightmares, sweats, and chills."
|
||||||
|
name: discomfort-factor/10
|
||||||
color: c53030
|
color: c53030
|
||||||
description: "Discomfort factor: I wake up in the middle of the night with nightmares, sweats, and chills."
|
- 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
|
name: discomfort-factor/9
|
||||||
color: e53e3e
|
color: e53e3e
|
||||||
description: "Discomfort factor: Wakes me up in the middle of the night, but if I breathe deep, I can sleep again."
|
- description: "Discomfort factor: I touched my eyes after picking up a Jalapeño (10,000 SHU)."
|
||||||
- name: discomfort-factor/8
|
name: discomfort-factor/8
|
||||||
color: f56565
|
color: f56565
|
||||||
description: "Discomfort factor: I touched my eyes after picking up a Jalapeño (10,000 SHU)."
|
- description: "Discomfort factor: Sitting next to a sweaty gentleman in a transatlantic flight."
|
||||||
- name: discomfort-factor/7
|
name: discomfort-factor/7
|
||||||
color: dd6b20
|
color: dd6b20
|
||||||
description: "Discomfort factor: Sitting next to a sweaty gentleman in a transatlantic flight."
|
- description: "Discomfort factor: Agonizing smalltalk."
|
||||||
- name: discomfort-factor/6
|
name: discomfort-factor/6
|
||||||
color: ed8936
|
color: ed8936
|
||||||
description: "Discomfort factor: Agonizing smalltalk."
|
- description: "Discomfort factor: Watching tourists wear white socks with flip-flops."
|
||||||
- name: discomfort-factor/5
|
name: discomfort-factor/5
|
||||||
color: f6ad55
|
color: f6ad55
|
||||||
description: "Discomfort factor: Watching tourists wear white socks with flip-flops."
|
- description: "Discomfort factor: An itchy jumper label the entire night."
|
||||||
- name: discomfort-factor/4
|
name: discomfort-factor/4
|
||||||
color: ecc94b
|
color: ecc94b
|
||||||
description: "Discomfort factor: An itchy jumper label the entire night."
|
- description: "Discomfort factor: A pebble in my shoe."
|
||||||
- name: discomfort-factor/3
|
name: discomfort-factor/3
|
||||||
color: f6e05e
|
color: f6e05e
|
||||||
description: "Discomfort factor: A pebble in my shoe."
|
- description: "Discomfort factor: A sneeze that just won't come out."
|
||||||
- name: discomfort-factor/2
|
name: discomfort-factor/2
|
||||||
color: faf089
|
color: faf089
|
||||||
description: "Discomfort factor: A sneeze that just won't come out."
|
- description: "Discomfort factor: Opening a can with a supposedly 'easy open lid' whose ring has snapped."
|
||||||
- name: discomfort-factor/1
|
name: discomfort-factor/1
|
||||||
color: c6f6d5
|
color: c6f6d5
|
||||||
description: "Discomfort factor: Opening a can with a supposedly 'easy open lid' whose ring has snapped."
|
- description: "Discomfort factor: Don't worry, chill, we're cool!"
|
||||||
- name: discomfort-factor/0
|
name: discomfort-factor/0
|
||||||
color: f0fff4
|
color: f0fff4
|
||||||
description: "Discomfort factor: Don't worry, chill, we're cool!"
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Priorities
|
### Priorities
|
||||||
###
|
###
|
||||||
- name: P0
|
- description: "P0: Critical. This is a blocker. Drop everything else."
|
||||||
|
name: P0
|
||||||
color: dd362a
|
color: dd362a
|
||||||
description: "P0: Critical. This is a blocker. Drop everything else."
|
- description: "P1: Must be fixed."
|
||||||
- name: P1
|
name: P1
|
||||||
color: ce8048
|
color: ce8048
|
||||||
description: "P1: Must be fixed."
|
- description: "P2: Should be fixed."
|
||||||
- name: P2
|
name: P2
|
||||||
color: dbd81a
|
color: dbd81a
|
||||||
description: "P2: Should be fixed."
|
- description: "P3: Might get fixed."
|
||||||
- name: P3
|
name: P3
|
||||||
color: 9fea8f
|
color: 9fea8f
|
||||||
description: "P3: Might get fixed."
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Hints
|
### Hints
|
||||||
###
|
###
|
||||||
- name: hint/good-first-issue
|
- description: "Hint: Good First Issue"
|
||||||
|
name: hint/good-first-issue
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Good First Issue"
|
- description: "Hint: Needs Contributor"
|
||||||
- name: hint/needs-contributor
|
name: hint/needs-contributor
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Needs Contributor"
|
- description: "Hint: Needs Participation"
|
||||||
- name: hint/needs-participation
|
name: hint/needs-participation
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Needs Participation"
|
- description: "Hint: Needs Decision"
|
||||||
- name: hint/needs-decision
|
name: hint/needs-decision
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Needs Decision"
|
- description: "Hint: Needs Triage"
|
||||||
- name: hint/needs-triage
|
name: hint/needs-triage
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Needs Triage"
|
- description: "Hint: Needs Analysis"
|
||||||
- name: hint/needs-analysis
|
name: hint/needs-analysis
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Needs Analysis"
|
- description: "Hint: Needs Author Input"
|
||||||
- name: hint/needs-author-input
|
name: hint/needs-author-input
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Needs Author Input"
|
- description: "Hint: Needs Team Input"
|
||||||
- name: hint/needs-team-input
|
name: hint/needs-team-input
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Needs Team Input"
|
- description: "Hint: Needs Community Input"
|
||||||
- name: hint/needs-community-input
|
name: hint/needs-community-input
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Needs Community Input"
|
- description: "Hint: Needs Review"
|
||||||
- name: hint/needs-review
|
name: hint/needs-review
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Needs Review"
|
- description: "Hint: Needs Help"
|
||||||
- name: hint/needs-help
|
name: hint/needs-help
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Needs Help"
|
- description: "Hint: Description outdated"
|
||||||
- name: hint/desc-outdated
|
name: hint/desc-outdated
|
||||||
color: 0623cc
|
color: 0623cc
|
||||||
description: "Hint: Description outdated"
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Statuses
|
### Statuses
|
||||||
###
|
###
|
||||||
- name: status/done
|
- description: "Status: Done"
|
||||||
|
name: status/done
|
||||||
color: edb3a6
|
color: edb3a6
|
||||||
description: "Status: Done"
|
- description: "Status: Approved and Awaiting Merge"
|
||||||
- name: status/approved-waiting
|
name: status/approved-waiting
|
||||||
color: edb3a6
|
color: edb3a6
|
||||||
description: "Status: Approved and Awaiting Merge"
|
- description: "Status: Changes Requested in Review"
|
||||||
- name: status/changes-requested
|
name: status/changes-requested
|
||||||
color: edb3a6
|
color: edb3a6
|
||||||
description: "Status: Changes Requested in Review"
|
- description: "Status: Waiting for Review"
|
||||||
- name: status/awaiting-review
|
name: status/awaiting-review
|
||||||
color: edb3a6
|
color: edb3a6
|
||||||
description: "Status: Waiting for Review"
|
- description: "Status: Deferred"
|
||||||
- name: status/deferred
|
name: status/deferred
|
||||||
color: edb3a6
|
color: edb3a6
|
||||||
description: "Status: Deferred"
|
- description: "Status: In Progress"
|
||||||
- name: status/in-progress
|
name: status/in-progress
|
||||||
color: edb3a6
|
color: edb3a6
|
||||||
description: "Status: In Progress"
|
- description: "Status: Blocked"
|
||||||
- name: status/blocked
|
name: status/blocked
|
||||||
color: edb3a6
|
color: edb3a6
|
||||||
description: "Status: Blocked"
|
- description: "Status: Inactive"
|
||||||
- name: status/inactive
|
name: status/inactive
|
||||||
color: edb3a6
|
color: edb3a6
|
||||||
description: "Status: Inactive"
|
- description: "Status: Waiting"
|
||||||
- name: status/waiting
|
name: status/waiting
|
||||||
color: edb3a6
|
color: edb3a6
|
||||||
description: "Status: Waiting"
|
- description: "Status: Rotten"
|
||||||
- name: status/rotten
|
name: status/rotten
|
||||||
color: edb3a6
|
color: edb3a6
|
||||||
description: "Status: Rotten"
|
- description: "Status: Discarded / Won't fix"
|
||||||
- name: status/discarded
|
name: status/discarded
|
||||||
color: a0aec0
|
color: a0aec0
|
||||||
description: "Status: Discarded / Won't fix"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user