forked from mdn/kuma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.json
48 lines (48 loc) · 1.93 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "Kuma",
"description": "The app powering the Mozilla Developer Network (MDN).",
"repository": {
"url": "https://github.com/mozilla/kuma",
"license": "MPL2",
"tests": "https://travis-ci.org/mozilla/kuma"
},
"participate": {
"home": "https://wiki.mozilla.org/MDN/Development",
"docs": "http://kuma.readthedocs.org/",
"mailing-list": "https://www.mozilla.org/about/forums/#dev-mdn",
"irc": "irc://irc.mozilla.org/#mdndev",
"irc-contacts": [
"davidwalsh",
"groovecoder",
"hoosteeno",
"jezdez",
"mars",
"openjck",
"shobson",
"ubernostrum"
]
},
"bugs": {
"list": "https://bugzilla.mozilla.org/buglist.cgi?list_id=11220394&query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=REOPENED&product=Mozilla%20Developer%20Network",
"report": "https://bugzilla.mozilla.org/form.mdn",
"mentored": "https://bugzilla.mozilla.org/buglist.cgi?list_id=11220418&o1=isnotempty&f1=bug_mentor&query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=REOPENED&product=Mozilla%20Developer%20Network",
"goodfirstbug": "https://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&columnlist=short_desc%2Ccomponent%2Cchangeddate&product=Mozilla%20Developer%20Network&query_format=advanced&status_whiteboard=[good%20first%20bug]&status_whiteboard_type=allwordssubstr&list_id=11218458"
},
"urls": {
"prod": "https://developer.mozilla.org/",
"stage": "https://developer.allizom.org/",
"dev": "https://developer-dev.allizom.org/"
},
"keywords": [
"python",
"stylus",
"django",
"html5",
"jquery",
"ckeditor",
"vagrant",
"puppet",
"mysql",
"elasticsearch"
]
}