forked from mozilla/testpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.json
31 lines (31 loc) · 1.01 KB
/
contribute.json
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
{
"name": "Test Pilot",
"description": "Test Pilot is a platform for performing controlled tests of new product concepts in Firefox.",
"repository": {
"url": "https://github.com/mozilla/testpilot",
"license": "MPL2",
"tests": "https://circleci.com/gh/mozilla/testpilot"
},
"participate": {
"home": "https://wiki.mozilla.org/Test_Pilot",
"docs": "https://github.com/mozilla/testpilot/blob/master/README.md",
"irc": "irc://irc.mozilla.org/#testpilot",
"mailing-list": "https://mail.mozilla.org/listinfo/testpilot-dev"
},
"bugs": {
"list": "https://github.com/mozilla/testpilot/issues",
"report": "https://github.com/mozilla/testpilot/issues/new"
},
"urls": {
"prod": "https://testpilot.firefox.com",
"stage": "https://testpilot.stage.mozaws.net",
"dev": "http://testpilot.dev.mozaws.net"
},
"keywords": [
"css",
"javascript",
"react",
"redux",
"sass"
]
}