|
| 1 | +- name: "blocked" |
| 2 | + description: "This is blocked" |
| 3 | + color: "e92f1d" |
| 4 | + |
| 5 | +- name: "bug" |
| 6 | + description: "Something isn't working" |
| 7 | + color: "d73a4a" |
| 8 | + |
| 9 | +- name: "chore" |
| 10 | + description: "Changes that don't affect the codebase (eg. CI, docs)" |
| 11 | + color: "eba8cc" |
| 12 | + |
| 13 | +- name: "ci" |
| 14 | + description: "Changes to our CI configuration files and scripts" |
| 15 | + color: "721cdb" |
| 16 | + |
| 17 | +- name: "documentation" |
| 18 | + description: "Improvements or additions to documentation" |
| 19 | + color: "0075ca" |
| 20 | + |
| 21 | +- name: "duplicate" |
| 22 | + description: "This issue or pull request already exists" |
| 23 | + color: "cfd3d7" |
| 24 | + |
| 25 | +- name: "enhancement" |
| 26 | + description: "New feature or request" |
| 27 | + color: "a2eeef" |
| 28 | + |
| 29 | +- name: "good first issue" |
| 30 | + description: "Good for newcomers" |
| 31 | + color: "7057ff" |
| 32 | + |
| 33 | +- name: "help wanted" |
| 34 | + description: "Extra attention is needed" |
| 35 | + color: "008672" |
| 36 | + |
| 37 | +- name: "invalid" |
| 38 | + description: "This doesn't seem right" |
| 39 | + color: "e4e669" |
| 40 | + |
| 41 | +- name: "packages:asset-manager" |
| 42 | + description: "Related to AssetManager library" |
| 43 | + color: "aaa3dc" |
| 44 | + |
| 45 | +- name: "packages:common" |
| 46 | + description: "Related to Common library" |
| 47 | + color: "aaa3dc" |
| 48 | + |
| 49 | +- name: "packages:config" |
| 50 | + description: "Related to Config library" |
| 51 | + color: "aaa3dc" |
| 52 | + |
| 53 | +- name: "packages:core" |
| 54 | + description: "Related to Core library" |
| 55 | + color: "aaa3dc" |
| 56 | + |
| 57 | +- name: "packages:ecs-client" |
| 58 | + description: "Related to ECSClient library" |
| 59 | + color: "aaa3dc" |
| 60 | + |
| 61 | +- name: "packages:ecs-lib" |
| 62 | + description: "Related to Abstract ECS library" |
| 63 | + color: "aaa3dc" |
| 64 | + |
| 65 | +- name: "packages:ecs-server" |
| 66 | + description: "Related to ECSServer library" |
| 67 | + color: "aaa3dc" |
| 68 | + |
| 69 | +- name: "packages:graphics-2d" |
| 70 | + description: "Related to Graphics2D library" |
| 71 | + color: "aaa3dc" |
| 72 | + |
| 73 | +- name: "packages:input" |
| 74 | + description: "Related to Input library" |
| 75 | + color: "aaa3dc" |
| 76 | + |
| 77 | +- name: "packages:music" |
| 78 | + description: "Related to Music library" |
| 79 | + color: "aaa3dc" |
| 80 | + |
| 81 | +- name: "packages:sound" |
| 82 | + description: "Related to Sound library" |
| 83 | + color: "aaa3dc" |
| 84 | + |
| 85 | +- name: "question" |
| 86 | + description: "Further information is requested" |
| 87 | + color: "d876e3" |
| 88 | + |
| 89 | +- name: "refactor" |
| 90 | + description: "Code change that neither fixes a bug nor adds a feature" |
| 91 | + color: "a3f2e8" |
| 92 | + |
| 93 | +- name: "tests" |
| 94 | + description: "Adding missing tests or correcting existing tests" |
| 95 | + color: "7f8f92" |
| 96 | + |
| 97 | +- name: "utils:eslint-config" |
| 98 | + description: "Related to ESLint config" |
| 99 | + color: "606bdf" |
| 100 | + |
| 101 | +- name: "utils:prettier-config" |
| 102 | + description: "Related to Prettier config" |
| 103 | + color: "606bdf" |
| 104 | + |
| 105 | +- name: "wontfix" |
| 106 | + description: "This will not be worked on" |
| 107 | + color: "ffffff" |
0 commit comments