-
Notifications
You must be signed in to change notification settings - Fork 223
/
contribute.json
30 lines (30 loc) · 957 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
{
"name": "Socorro",
"description": "Socorro is crash ingestion pipeline for accepting and processing crash reports for Mozilla products.",
"repository": {
"url": "https://github.com/mozilla-services/socorro",
"license": "MPL2",
"tests": "https://circleci.com/gh/mozilla-services/socorro"
},
"participate": {
"home": "https://wiki.mozilla.org/Socorro",
"docs": "https://socorro.readthedocs.io/"
},
"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.org/",
"stage": "https://crash-stats.allizom.org/"
},
"keywords": [
"bash",
"css",
"django",
"elasticsearch",
"jquery",
"postgresql",
"python"
]
}