|
1 | 1 | /* spellchecker: disable */
|
2 | 2 | export const outcomeLabels = [
|
3 |
| - { |
4 |
| - color: "0075ca", |
5 |
| - description: "Improvements or additions to docs", |
6 |
| - name: "area: documentation", |
7 |
| - }, |
8 |
| - { |
9 |
| - color: "6009D7", |
10 |
| - description: |
11 |
| - "Improving how the repository's tests are run and/or code is tested", |
12 |
| - name: "area: testing", |
13 |
| - }, |
14 |
| - { |
15 |
| - color: "f9d0c4", |
16 |
| - description: "Managing the repository's maintenance", |
17 |
| - name: "area: tooling", |
18 |
| - }, |
19 |
| - { |
20 |
| - color: "5319E7", |
21 |
| - description: "Good for newcomers, please hop on!", |
22 |
| - name: "good first issue", |
23 |
| - }, |
24 |
| - { |
25 |
| - color: "7a5901", |
26 |
| - description: "This doesn't seem right", |
27 |
| - name: "invalid", |
28 |
| - }, |
29 |
| - { |
30 |
| - color: "0E8A16", |
31 |
| - description: "Please, send a pull request to resolve this!", |
32 |
| - name: "status: accepting prs", |
33 |
| - }, |
34 |
| - { |
35 |
| - color: "#ddcccc", |
36 |
| - description: "Waiting for something else to be resolved", |
37 |
| - name: "status: blocked", |
38 |
| - }, |
39 |
| - { |
40 |
| - color: "cfd3d7", |
41 |
| - description: "This issue or pull request already exists", |
42 |
| - name: "status: duplicate", |
43 |
| - }, |
44 |
| - { |
45 |
| - color: "#05104F", |
46 |
| - description: "Not yet ready for implementation or a pull request", |
47 |
| - name: "status: in discussion", |
48 |
| - }, |
49 |
| - { |
50 |
| - color: "D3F82D", |
51 |
| - description: "Further research required...?", |
52 |
| - name: "status: needs investigation", |
53 |
| - }, |
54 |
| - { |
55 |
| - color: "E4BC82", |
56 |
| - description: "Needs an action taken by the original poster", |
57 |
| - name: "status: waiting for author", |
58 |
| - }, |
59 |
| - { |
60 |
| - color: "ffffff", |
61 |
| - description: "This will not be worked on", |
62 |
| - name: "status: wontfix", |
63 |
| - }, |
64 |
| - { |
65 |
| - color: "d73a4a", |
66 |
| - description: "Something isn't working :(", |
67 |
| - name: "type: bug", |
68 |
| - }, |
69 |
| - { |
70 |
| - color: "a2eeef", |
71 |
| - description: "New enhancement or request", |
72 |
| - name: "type: feature", |
73 |
| - }, |
74 |
| - { |
75 |
| - color: "d876e3", |
76 |
| - description: "Further information is requested", |
77 |
| - name: "type: question", |
78 |
| - }, |
79 |
| - { |
80 |
| - color: "fde282", |
81 |
| - description: "Tech debt or other code/repository cleanups", |
82 |
| - name: "type: cleanup", |
83 |
| - }, |
84 |
| - { |
85 |
| - color: "eeeeee", |
86 |
| - description: "Issue is stale and/or no longer valid", |
87 |
| - name: "status: aged away", |
88 |
| - }, |
| 3 | + { |
| 4 | + color: "0075ca", |
| 5 | + description: "Improvements or additions to docs", |
| 6 | + name: "area: documentation", |
| 7 | + }, |
| 8 | + { |
| 9 | + color: "6009D7", |
| 10 | + description: |
| 11 | + "Improving how the repository's tests are run and/or code is tested", |
| 12 | + name: "area: testing", |
| 13 | + }, |
| 14 | + { |
| 15 | + color: "f9d0c4", |
| 16 | + description: "Managing the repository's maintenance", |
| 17 | + name: "area: tooling", |
| 18 | + }, |
| 19 | + { |
| 20 | + color: "5319E7", |
| 21 | + description: "Good for newcomers, please hop on!", |
| 22 | + name: "good first issue", |
| 23 | + }, |
| 24 | + { |
| 25 | + color: "7a5901", |
| 26 | + description: "This doesn't seem right", |
| 27 | + name: "invalid", |
| 28 | + }, |
| 29 | + { |
| 30 | + color: "0E8A16", |
| 31 | + description: "Please, send a pull request to resolve this!", |
| 32 | + name: "status: accepting prs", |
| 33 | + }, |
| 34 | + { |
| 35 | + color: "#ddcccc", |
| 36 | + description: "Waiting for something else to be resolved", |
| 37 | + name: "status: blocked", |
| 38 | + }, |
| 39 | + { |
| 40 | + color: "cfd3d7", |
| 41 | + description: "This issue or pull request already exists", |
| 42 | + name: "status: duplicate", |
| 43 | + }, |
| 44 | + { |
| 45 | + color: "#05104F", |
| 46 | + description: "Not yet ready for implementation or a pull request", |
| 47 | + name: "status: in discussion", |
| 48 | + }, |
| 49 | + { |
| 50 | + color: "D3F82D", |
| 51 | + description: "Further research required...?", |
| 52 | + name: "status: needs investigation", |
| 53 | + }, |
| 54 | + { |
| 55 | + color: "E4BC82", |
| 56 | + description: "Needs an action taken by the original poster", |
| 57 | + name: "status: waiting for author", |
| 58 | + }, |
| 59 | + { |
| 60 | + color: "ffffff", |
| 61 | + description: "This will not be worked on", |
| 62 | + name: "status: wontfix", |
| 63 | + }, |
| 64 | + { |
| 65 | + color: "d73a4a", |
| 66 | + description: "Something isn't working :(", |
| 67 | + name: "type: bug", |
| 68 | + }, |
| 69 | + { |
| 70 | + color: "a2eeef", |
| 71 | + description: "New enhancement or request", |
| 72 | + name: "type: feature", |
| 73 | + }, |
| 74 | + { |
| 75 | + color: "d876e3", |
| 76 | + description: "Further information is requested", |
| 77 | + name: "type: question", |
| 78 | + }, |
| 79 | + { |
| 80 | + color: "fde282", |
| 81 | + description: "Tech debt or other code/repository cleanups", |
| 82 | + name: "type: cleanup", |
| 83 | + }, |
| 84 | + { |
| 85 | + color: "eeeeee", |
| 86 | + description: "Issue is stale and/or no longer valid", |
| 87 | + name: "status: aged away", |
| 88 | + }, |
89 | 89 | ];
|
0 commit comments