-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
contribute.json
28 lines (28 loc) · 1016 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
{
"name": "Bugzilla Harmony",
"description": "The software solution designed to drive software development, which lets you plan, organize and release software on your own teams' schedule.",
"repository": {
"url": "https://github.com/bugzilla/harmony",
"license": "MPL2",
"type": "git",
"clone": "https://github.com/bugzilla/harmony.git",
"tests": "https://github.com/bugzilla/harmony/actions"
},
"keywords": [
"CSS",
"HTML",
"JSON",
"JavaScript",
"Perl",
"jQuery"
],
"participate": {
"home": "https://bugzilla.org",
"docs": "https://bugzilla.readthedocs.io"
},
"bugs": {
"list": "https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&product=Bugzilla",
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla",
"mentored": "https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&o1=isnotempty&bug_status=NEW&product=Bugzilla"
}
}