-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtraining.json
More file actions
83 lines (83 loc) · 1.75 KB
/
Copy pathtraining.json
File metadata and controls
83 lines (83 loc) · 1.75 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"help-bot": [
"what can you do",
"what are you",
"help me",
"how can you help"
],
"help-mobile": [
"how do i get started",
"can anyone help",
"help me get started"
],
"release-mobile": [
"when is the next release",
"when is the next merge",
"how long until the next merge",
"what is the next release date"
],
"build-howto-android": [
"how do i build fennec firefox android",
"where are docs for building fennec firefox android",
"help me build fennec firefox android"
],
"build-howto-ios": [
"how do i build firefox ios",
"where are docs for building firefox ios",
"help me build fennec firefox ios"
],
"meeting-mobile": [
"mobile meeting",
"when is the mobile meeting",
"link for mobile meeting",
"mobile meeting notes"
],
"meeting-android": [
"android team meeting",
"fennec android meeting",
"android front end meeting"
],
"meeting-ios": [
"ios team meeting",
"fennec ios meeting",
"ios front end meeting"
],
"bug-goodfirst": [
"find a good first bug",
"look for a good first bug",
"list of easy bugs for contributors",
"list of good bugs for contributors",
"good contributor bug",
"easy contributor bug",
"simple contributor bug"
],
"memory-graph": [
"android memory usage",
"fennec memory graph",
"memory usage"
],
"apksize-graph": [
"apk size",
"fennec size",
"android apk size"
],
"reply-thanks": [
"thanks",
"thank you",
"thx",
"great job"
],
"reply-insult": [
"you suck",
"you jerk"
],
"reply-positive": [
"great",
"awesome",
"fantastic",
"amazing"
],
"reply-negative": [
"horrible pathetic worst shit crap"
]
}