From b823202cd93b41b0cf68776a42825f8943f7d7e0 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 11 Jul 2016 20:49:11 +0000 Subject: Bug 1286012 - Create contributor.json for bugzilla.mozilla.org --- contribute.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 contribute.json (limited to 'contribute.json') 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" + } +} -- cgit v1.2.3-24-g4f1b