forked from jawordpressorg/ideas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.json
More file actions
45 lines (45 loc) · 784 Bytes
/
Copy pathlabels.json
File metadata and controls
45 lines (45 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
{
"name": "コミット権の申請",
"color": "006b75",
"aliases": [
"Get Involved"
]
},
{
"name": "ideasの運営",
"color": "fef2c0"
},
{
"name": "重複",
"color": "ededed",
"aliases": [
"duplicate"
]
},
{
"name": "バグ",
"color": "ee0701",
"aliases": [
"bug"
]
},
{
"name": "提案",
"color": "d4c5f9",
"aliases": [
"idea",
"Idea",
"proposal",
"Proposal",
"discussion"
]
},
{
"name": "質問",
"color": "cc317c",
"aliases": [
"question"
]
}
]