forked from mozilla/moztrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.json
31 lines (31 loc) · 1014 Bytes
/
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": "MozTrap",
"description": "MozTrap test case management system",
"repository": {
"url": "https://github.com/mozilla/moztrap",
"license": "BSD",
"tests": "https://travis-ci.org/mozilla/moztrap"
},
"participate": {
"home": "https://wiki.mozilla.org/QA/MozTrap",
"docs": "http://moztrap.readthedocs.org/",
"irc": "irc://irc.mozilla.org/#moztrap",
"irc-contacts": ["camd", "peterbe", "mbrandt", "bsilverberg"]
},
"bugs": {
"list": "https://bugzilla.mozilla.org/buglist.cgi?product=Mozilla%20QA&component=MozTrap&resolution=---",
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Mozilla%20QA&component=MozTrap"
},
"urls": {
"prod": "https://moztrap.mozilla.org/",
"stage": "https://moztrap.allizom.org/",
"dev": "https://moztrap-dev.allizom.org/"
},
"keywords": [
"django",
"jquery",
"mysql",
"python",
"qa"
]
}