forked from mozilla-services/socorro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.json
34 lines (34 loc) · 1.08 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
32
33
34
{
"name": "Socorro",
"description": "Socorro is a server to accept and process Breakpad crash reports from Firefox, Thunderbird, etc.",
"repository": {
"url": "https://github.com/mozilla/socorro",
"license": "MPL2",
"tests": "https://travis-ci.org/mozilla/socorro"
},
"participate": {
"home": "https://wiki.mozilla.org/Socorro",
"docs": "https://socorro.readthedocs.io/",
"irc": "irc://irc.mozilla.org/#breakpad",
"mailing-list": "https://www.mozilla.org/en-US/about/forums/#tools-socorro"
},
"bugs": {
"list": "https://bugzilla.mozilla.org/buglist.cgi?resolution=---&query_format=advanced&product=Socorro",
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Socorro"
},
"urls": {
"prod": "https://crash-stats.mozilla.com/",
"stage": "https://crash-stats.allizom.org/"
},
"keywords": [
"bash",
"css",
"django",
"elasticsearch",
"jquery",
"postgresql",
"puppet",
"python",
"rabbitmq"
]
}