|
| 1 | +{ |
| 2 | + "type": { |
| 3 | + "kind": [ |
| 4 | + { |
| 5 | + "name": "bug", |
| 6 | + "color": "D73A4A", |
| 7 | + "description": "Categorizes issue or PR as related to a bug." |
| 8 | + }, |
| 9 | + { |
| 10 | + "name": "feature", |
| 11 | + "color": "A2EEEF", |
| 12 | + "description": "Categorizes issue or PR as related to a new feature." |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "documentation", |
| 16 | + "color": "A2EEEF", |
| 17 | + "description": "Categorizes issue or PR as related to documentation." |
| 18 | + } |
| 19 | + ], |
| 20 | + "priority": [ |
| 21 | + { |
| 22 | + "name": "awaiting-more-evidence", |
| 23 | + "color": "FEF2C0", |
| 24 | + "description": "Lowest priority. Possibly useful, but not yet enough support to actually get it done." |
| 25 | + }, |
| 26 | + { |
| 27 | + "name": "backlog", |
| 28 | + "color": "FBCA04", |
| 29 | + "description": "Higher priority than priority/awaiting-more-evidence." |
| 30 | + }, |
| 31 | + { |
| 32 | + "name": "critical-urgent", |
| 33 | + "color": "B60205", |
| 34 | + "description": "Highest priority. Must be actively worked on as someone's top priority right now." |
| 35 | + }, |
| 36 | + { |
| 37 | + "name": "important-longterm", |
| 38 | + "color": "E99695", |
| 39 | + "description": "Important over the long term, but may not be staffed and/or may need multiple releases to complete." |
| 40 | + }, |
| 41 | + { |
| 42 | + "name": "important-soon", |
| 43 | + "color": "E99695", |
| 44 | + "description": "Must be staffed and worked on either currently, or very soon, ideally in time for the next release." |
| 45 | + } |
| 46 | + ], |
| 47 | + "lifecycle": [ |
| 48 | + { |
| 49 | + "name": "active", |
| 50 | + "color": "C2E0C6", |
| 51 | + "description": "Indicates that an issue or PR is actively being worked on by a contributor." |
| 52 | + }, |
| 53 | + { |
| 54 | + "name": "frozen", |
| 55 | + "color": "BFD4F2", |
| 56 | + "description": "Indicates that an issue or PR should not be auto-closed due to staleness." |
| 57 | + }, |
| 58 | + { |
| 59 | + "name": "rotten", |
| 60 | + "color": "87401D", |
| 61 | + "description": "Denotes an issue or PR that has aged beyond stale and will be auto-closed." |
| 62 | + }, |
| 63 | + { |
| 64 | + "name": "stale", |
| 65 | + "color": "87401D", |
| 66 | + "description": "Denotes an issue or PR has remained open with no activity and has become stale." |
| 67 | + } |
| 68 | + ], |
| 69 | + "sig": [ |
| 70 | + ], |
| 71 | + "area": [ |
| 72 | + ], |
| 73 | + "wg": [ |
| 74 | + ], |
| 75 | + "": [ |
| 76 | + { |
| 77 | + "name": "lgtm", |
| 78 | + "color": "0E8A16", |
| 79 | + "description": "Indicates that a PR is ready to be merged." |
| 80 | + }, |
| 81 | + { |
| 82 | + "name": "approved", |
| 83 | + "color": "0E8A16", |
| 84 | + "description": "Indicates a PR has been approved by an approver." |
| 85 | + }, |
| 86 | + { |
| 87 | + "name": "ok-to-test", |
| 88 | + "color": "0E8A16", |
| 89 | + "description": "Indicates a non-member PR verified by an org member that is safe to test." |
| 90 | + } |
| 91 | + ] |
| 92 | + } |
| 93 | +} |
0 commit comments