feat(lored,labels): change default labels to fit lored theme
This commit is contained in:
@@ -1,81 +1,87 @@
|
||||
labels:
|
||||
- name: "Kind/Bug"
|
||||
color: ee0701
|
||||
exclusive: true
|
||||
color: d13415
|
||||
description: Something is not working
|
||||
- name: "Kind/Feature"
|
||||
color: 0288d1
|
||||
exclusive: true
|
||||
color: 0090ff
|
||||
description: New functionality
|
||||
- name: "Kind/Enhancement"
|
||||
color: 84b6eb
|
||||
exclusive: true
|
||||
color: 12a594
|
||||
description: Improve existing functionality
|
||||
- name: "Kind/Security"
|
||||
color: 9c27b0
|
||||
exclusive: true
|
||||
color: d6509f
|
||||
description: This is security issue
|
||||
- name: "Kind/Testing"
|
||||
color: 795548
|
||||
exclusive: true
|
||||
color: ad7f58
|
||||
description: Issue or pull request related to testing
|
||||
- name: "Kind/Documentation"
|
||||
color: 37474f
|
||||
exclusive: true
|
||||
color: 65636d
|
||||
description: Documentation changes
|
||||
- name: "Compat/Breaking"
|
||||
color: c62828
|
||||
- name: "Breaking Change"
|
||||
color: ce2c31
|
||||
description: Breaking change that won't be backward compatible
|
||||
- name: "Reviewed/Duplicate"
|
||||
exclusive: true
|
||||
exclusive_order: 2
|
||||
color: 616161
|
||||
color: 898e87
|
||||
description: This issue or pull request already exists
|
||||
- name: "Reviewed/Invalid"
|
||||
exclusive: true
|
||||
exclusive_order: 3
|
||||
color: 546e7a
|
||||
color: 8e8c99
|
||||
description: Invalid issue
|
||||
- name: "Reviewed/Confirmed"
|
||||
exclusive: true
|
||||
exclusive_order: 1
|
||||
color: 795548
|
||||
color: bdee63
|
||||
description: Issue has been confirmed
|
||||
- name: "Reviewed/Won't Fix"
|
||||
exclusive: true
|
||||
exclusive_order: 3
|
||||
color: eeeeee
|
||||
color: fdfcfd
|
||||
description: This issue won't be fixed
|
||||
- name: "Status/Need More Info"
|
||||
exclusive: true
|
||||
exclusive_order: 2
|
||||
color: 424242
|
||||
color: e54666
|
||||
description: Feedback is required to reproduce issue or to continue work
|
||||
- name: "Status/Blocked"
|
||||
exclusive: true
|
||||
exclusive_order: 1
|
||||
color: 880e4f
|
||||
color: ab4aba
|
||||
description: Something is blocking this issue or pull request
|
||||
- name: "Status/Abandoned"
|
||||
exclusive: true
|
||||
exclusive_order: 3
|
||||
color: "222222"
|
||||
color: "211f26"
|
||||
description: Somebody has started to work on this but abandoned work
|
||||
- name: "Priority/Critical"
|
||||
exclusive: true
|
||||
exclusive_order: 1
|
||||
color: b71c1c
|
||||
color: e5484d
|
||||
description: The priority is critical
|
||||
priority: critical
|
||||
- name: "Priority/High"
|
||||
exclusive: true
|
||||
exclusive_order: 2
|
||||
color: d32f2f
|
||||
color: f76b15
|
||||
description: The priority is high
|
||||
priority: high
|
||||
- name: "Priority/Medium"
|
||||
exclusive: true
|
||||
exclusive_order: 3
|
||||
color: e64a19
|
||||
color: ffe629
|
||||
description: The priority is medium
|
||||
priority: medium
|
||||
- name: "Priority/Low"
|
||||
exclusive: true
|
||||
exclusive_order: 4
|
||||
color: 4caf50
|
||||
color: 46a758
|
||||
description: The priority is low
|
||||
priority: low
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ee0701 bug ; Something is not working
|
||||
#cccccc duplicate ; This issue or pull request already exists
|
||||
#84b6eb enhancement ; New feature
|
||||
#128a0c help wanted ; Need some help
|
||||
#e6e6e6 invalid ; Something is wrong
|
||||
#cc317c question ; More information is needed
|
||||
#ffffff wontfix ; This won't be fixed
|
||||
#d13415 bug ; Something is not working
|
||||
#898e87 duplicate ; This issue or pull request already exists
|
||||
#12a594 enhancement ; New feature
|
||||
#46a758 help wanted ; Need some help
|
||||
#8e8c99 invalid ; Something is wrong
|
||||
#e54666 question ; More information is needed
|
||||
#fdfcfd wontfix ; This won't be fixed
|
||||
|
||||
Reference in New Issue
Block a user