forked from mozilla/kitsune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.json
28 lines (28 loc) · 1.17 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
{
"name": "Kitsune",
"description": "Kitsune is the platform that powers SuMo (support.mozilla.org).",
"repository": {
"url": "https://github.com/mozilla/kitsune/",
"license": "BSD 3-Clause",
"tests": "https://travis-ci.org/mozilla/kitsune"
},
"participate": {
"home": "https://kitsune.readthedocs.io/en/latest/contributors.html",
"docs": "https://kitsune.readthedocs.io/en/latest/hacking_howto.html#hacking-howto-chapter",
"irc": "irc://irc.mozilla.org/#sumodev",
"irc-contacts": ["giorgos", "pmac", "bensternthal"]
},
"bugs": {
"list": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch=OPEN%20product%3Asupport.mozilla.org",
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=support.mozilla.org",
"mentored": "https://bugzilla.mozilla.org/buglist.cgi?o1=isnotempty&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&f1=bug_mentor&product=support.mozilla.org"
},
"urls": {
"prod": "https://support.mozilla.org/",
"stage": "https://support.allizom.org/"
},
"keywords": [
"django",
"python"
]
}