summaryrefslogtreecommitdiffstats
path: root/contribute.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-07-11 22:49:11 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-07-11 22:49:11 +0200
commitb823202cd93b41b0cf68776a42825f8943f7d7e0 (patch)
tree723a6777e08f0c5b91fa0226c4b4dec916539d16 /contribute.json
parent1356690c20a28e7265b76d9c4badeba21f7406b8 (diff)
downloadbugzilla-b823202cd93b41b0cf68776a42825f8943f7d7e0.tar.gz
bugzilla-b823202cd93b41b0cf68776a42825f8943f7d7e0.tar.xz
Bug 1286012 - Create contributor.json for bugzilla.mozilla.org
Diffstat (limited to 'contribute.json')
-rw-r--r--contribute.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/contribute.json b/contribute.json
new file mode 100644
index 000000000..e5b4246dc
--- /dev/null
+++ b/contribute.json
@@ -0,0 +1,39 @@
+{
+ "name": "bugzilla.mozilla.org (BMO)",
+ "description": "Bugzilla based bug tracking system used by various Mozilla projects.",
+ "repository": {
+ "url": "https://github.com/mozilla-bteam/bmo",
+ "license": "MPL2",
+ "type": "git",
+ "clone": "https://github.com/mozilla-bteam/bmo.git",
+ "tests": "https://treeherder.mozilla.org/#/jobs?repo=bmo-master"
+ },
+ "keywords": [
+ "CSS",
+ "HTML",
+ "JSON",
+ "Javascript",
+ "Perl",
+ "jQuery"
+ ],
+ "participate": {
+ "home": "https://wiki.mozilla.org/BMO",
+ "docs": "https://bmo.readthedocs.org",
+ "irc": "irc://irc.mozilla.org/#bmo",
+ "irc-contacts": [
+ "dkl",
+ "dylan",
+ "mcote"
+ ]
+ },
+ "bugs": {
+ "list": "https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&product=bugzilla.mozilla.org",
+ "report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=bugzilla.mozilla.org",
+ "mentored": "https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&o1=isnotempty&bug_status=NEW&product=bugzilla.mozilla.org"
+ },
+ "urls": {
+ "prod": "https://bugzilla.mozilla.org",
+ "stage": "https://bugzilla.allizom.org",
+ "dev": "https://bugzilla-dev.allizom.org"
+ }
+}