|
| 1 | +# Issue Labels |
| 2 | +- name: 'bug' |
| 3 | + color: '#d73a4a' |
| 4 | + description: 'Something is broken' |
| 5 | +- name: 'feature request' |
| 6 | + color: '#a2eeef' |
| 7 | + description: 'Request for a new feature' |
| 8 | + |
| 9 | +# Status Labels |
| 10 | +- name: 'in progress' |
| 11 | + color: '#fbca04' |
| 12 | + description: 'Work in progress' |
| 13 | +- name: 'in review' |
| 14 | + color: '#0e8a16' |
| 15 | + description: 'Awaiting review' |
| 16 | +- name: 'merge ready' |
| 17 | + color: '#0e8a16' |
| 18 | + description: 'Ready to merge' |
| 19 | +- name: 'blocked' |
| 20 | + color: '#d13917' |
| 21 | + description: 'Blocked by another issue' |
| 22 | +- name: 'discussion' |
| 23 | + color: '#d876e3' |
| 24 | + description: 'Needs discussion' |
| 25 | +- name: 'approved' |
| 26 | + color: '#11EA91' |
| 27 | + description: 'Confirmed by maintainers' |
| 28 | +- name: 'stale' |
| 29 | + color: '#bfd4f2' |
| 30 | + description: 'Inactive for a while' |
| 31 | +- name: 'waiting for a response' |
| 32 | + color: '#BE4422' |
| 33 | + description: 'Waiting for author response' |
| 34 | +- name: 'waiting for testers' |
| 35 | + color: '#7d006a' |
| 36 | + description: 'Needs testing' |
| 37 | + |
| 38 | +# Priority & Help |
| 39 | +- name: 'good first issue' |
| 40 | + color: '#7057ff' |
| 41 | + description: 'Beginner-friendly issue' |
| 42 | +- name: 'help wanted' |
| 43 | + color: '#008672' |
| 44 | + description: 'Community help needed' |
| 45 | +- name: 'high priority' |
| 46 | + color: '#00DFA8' |
| 47 | + description: 'Important issue' |
| 48 | + |
| 49 | +# Bug Issues |
| 50 | +- name: 'issued low' |
| 51 | + color: '#d4c5f9' |
| 52 | + description: 'Low impact issue' |
| 53 | +- name: 'issued medium' |
| 54 | + color: '#d4c5f9' |
| 55 | + description: 'Medium impact issue' |
| 56 | +- name: 'issued high' |
| 57 | + color: '#d4c5f9' |
| 58 | + description: 'High impact issue' |
| 59 | + |
| 60 | +# Resolution |
| 61 | +- name: 'duplicate' |
| 62 | + color: '#cfd3d7' |
| 63 | + description: 'Already reported' |
| 64 | +- name: 'invalid' |
| 65 | + color: '#e4e669' |
| 66 | + description: 'Not a valid issue' |
| 67 | +- name: 'wontfix' |
| 68 | + color: '#ffffff' |
| 69 | + description: 'Will not be fixed' |
| 70 | + |
| 71 | +# Type of Change |
| 72 | +- name: 'api changes' |
| 73 | + color: '#5319e7' |
| 74 | + description: 'API modifications' |
| 75 | +- name: 'dependencies' |
| 76 | + color: '#0366d6' |
| 77 | + description: 'Dependency updates' |
| 78 | +- name: 'security' |
| 79 | + color: '#ee0701' |
| 80 | + description: 'Security related' |
| 81 | +- name: 'performance' |
| 82 | + color: '#ff6b6b' |
| 83 | + description: 'Performance improvements' |
| 84 | +- name: 'error handling' |
| 85 | + color: '#f9d0c4' |
| 86 | + description: 'Error handling updates' |
| 87 | +- name: 'typings' |
| 88 | + color: '#1d76db' |
| 89 | + description: 'Type definitions' |
| 90 | +- name: 'interactions' |
| 91 | + color: '#c5def5' |
| 92 | + description: 'Interaction changes' |
| 93 | +- name: 'breaking change' |
| 94 | + color: '#E9314A' |
| 95 | + description: 'Breaks existing behavior' |
| 96 | + |
| 97 | +# Bots & Automation |
| 98 | +- name: 'dependabot' |
| 99 | + color: '#0366d6' |
| 100 | + description: 'Dependabot PR' |
| 101 | + |
| 102 | +# Code & Build |
| 103 | +- name: 'tests' |
| 104 | + color: '#bfd4f2' |
| 105 | + description: 'Test related' |
| 106 | +- name: 'build' |
| 107 | + color: '#0075ca' |
| 108 | + description: 'Build system' |
| 109 | +- name: 'ci' |
| 110 | + color: '#0075ca' |
| 111 | + description: 'CI pipeline' |
| 112 | +- name: 'infra' |
| 113 | + color: '#d4c5f9' |
| 114 | + description: 'Infrastructure' |
| 115 | +- name: 'styles' |
| 116 | + color: '#ffc0cb' |
| 117 | + description: 'Code style' |
| 118 | +- name: 'ui' |
| 119 | + color: '#ffaad4' |
| 120 | + description: 'UI changes' |
| 121 | +- name: 'utility' |
| 122 | + color: '#ededed' |
| 123 | + description: 'Utility code' |
| 124 | +- name: 'chore' |
| 125 | + color: '#fef2c0' |
| 126 | + description: 'Maintenance task' |
| 127 | +- name: 'refactor' |
| 128 | + color: '#d4c5f9' |
| 129 | + description: 'Code refactoring' |
| 130 | + |
| 131 | +# Quality & Review |
| 132 | +- name: 'AI pr' |
| 133 | + color: '#b60205' |
| 134 | + description: 'AI-assisted PR; Review very carefully!' |
| 135 | +- name: 'bad pr' |
| 136 | + color: '#B60205' |
| 137 | + description: 'Below project standards' |
| 138 | + |
| 139 | +# Project Specific |
| 140 | +- name: 'docs' |
| 141 | + color: '#0075ca' |
| 142 | + description: 'Documentation changes' |
| 143 | +- name: 'released' |
| 144 | + color: '#0e8a16' |
| 145 | + description: 'Released features' |
| 146 | + |
| 147 | +# Packages & Apps |
| 148 | +- name: 'packages:core' |
| 149 | + color: '#5663e9' |
| 150 | + description: 'Related to the core package' |
0 commit comments