|
| 1 | +[ |
| 2 | + { |
| 3 | + "name": "good first issue", |
| 4 | + "color": "7057ff", |
| 5 | + "description": "Good for newcomers" |
| 6 | + }, |
| 7 | + { |
| 8 | + "name": "help wanted", |
| 9 | + "color": "008672", |
| 10 | + "description": "Extra attention is needed" |
| 11 | + }, |
| 12 | + { |
| 13 | + "name": "priority: critical", |
| 14 | + "color": "b60205", |
| 15 | + "description": "A time-sensitive issue and inability to use mission critical application within a Production System" |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "priority: high", |
| 19 | + "color": "d93f0b", |
| 20 | + "description": "An issue that is time-sensitive to long-term productivity and not causing an immediate work stopage" |
| 21 | + }, |
| 22 | + { |
| 23 | + "name": "priority: low", |
| 24 | + "color": "0e8a16", |
| 25 | + "description": "Bugs and/or requests that are low priority and dont pose a security issue" |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "priority: medium", |
| 29 | + "color": "fbca04", |
| 30 | + "description": "A time-sensitive issue that can be circumvented and software is adversely affected" |
| 31 | + }, |
| 32 | + { |
| 33 | + "name": "status: can't reproduce", |
| 34 | + "color": "fec1c1", |
| 35 | + "description": "A bug report or issue that can't be reproduced" |
| 36 | + }, |
| 37 | + { |
| 38 | + "name": "status: confirmed", |
| 39 | + "color": "215cea", |
| 40 | + "description": "Confirms the status of a bug once reviewed " |
| 41 | + }, |
| 42 | + { |
| 43 | + "name": "status: duplicate", |
| 44 | + "color": "cfd3d7", |
| 45 | + "description": "This issue or pull request already exists" |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "status: needs information", |
| 49 | + "color": "fef2c0", |
| 50 | + "description": "This issue or pull request requires more information before it can be considered or confirmed" |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "status: wont do/fix", |
| 54 | + "color": "eeeeee", |
| 55 | + "description": "This will not be worked on" |
| 56 | + }, |
| 57 | + { |
| 58 | + "name": "type: bug", |
| 59 | + "color": "d73a4a", |
| 60 | + "description": "Something isn't working" |
| 61 | + }, |
| 62 | + { |
| 63 | + "name": "type: discussion", |
| 64 | + "color": "d4c5f9", |
| 65 | + "description": "This issue or pull request requires a community and/or board discussion" |
| 66 | + }, |
| 67 | + { |
| 68 | + "name": "type: documentation", |
| 69 | + "color": "006b75", |
| 70 | + "description": "Improvements or additions to documentation" |
| 71 | + }, |
| 72 | + { |
| 73 | + "name": "type: enhancement", |
| 74 | + "color": "84b6eb", |
| 75 | + "description": "Improvements or additions to an existing feature or feature set" |
| 76 | + }, |
| 77 | + { |
| 78 | + "name": "type: epic", |
| 79 | + "color": "3E4B9E", |
| 80 | + "description": "A theme of work that contain sub-tasks" |
| 81 | + }, |
| 82 | + { |
| 83 | + "name": "type: feature request", |
| 84 | + "color": "fbca04", |
| 85 | + "description": "New feature or request" |
| 86 | + }, |
| 87 | + { |
| 88 | + "name": "type: question", |
| 89 | + "color": "d876e3", |
| 90 | + "description": "Further information is requested" |
| 91 | + } |
| 92 | +] |
0 commit comments