-
Notifications
You must be signed in to change notification settings - Fork 19
/
contribute.json
37 lines (36 loc) · 1.04 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
---
layout: none
---
{
"name": "Bugzilla",
"description": "{{ site.description | normalize_whitespace }}",
"repository": {
"url": "https://github.com/bugzilla/bugzilla",
"clone": "https://github.com/bugzilla/bugzilla.git",
"license": "MPL2",
"type": "git"
},
"participate": {
"home": "{{ site.url }}",
"docs": "https://bugzilla.readthedocs.org",
"mailing-list": "https://lists.bugzilla.org/listinfo/",
"irc": "ircs://irc.libera.chat/#bugzilla"
},
"bugs": {
"list": "{{ site.list_bugs }}",
"report": "{{ site.report_bug }}",
"mentored": "https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&o1=isnotempty&query_format=advanced&bug_status=NEW&product=Bugzilla"
},
"urls": {
"prod": "https://bugzilla.mozilla.org/",
"stage": "https://harmony.bugzilla.ninja/",
"dev": "https://bugzilla-dev.allizom.org/"
},
"keywords": [
"perl",
"html5",
"jquery",
"javascript",
"yui"
]
}