diff options
author | David Lawrence <dkl@mozilla.com> | 2015-11-25 17:34:40 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-11-25 17:34:40 +0100 |
commit | 187fe43d154a17e596a1985a09d86f1a2b5ef0f1 (patch) | |
tree | 9151a2373d5b8bb066470b5f6d2b6c426b9d29a9 /extensions/BMO | |
parent | 7880de802f69a58f2a7d7090944db394469bcda7 (diff) | |
download | bugzilla-187fe43d154a17e596a1985a09d86f1a2b5ef0f1.tar.gz bugzilla-187fe43d154a17e596a1985a09d86f1a2b5ef0f1.tar.xz |
Bug 1226420 - Add a message about using github to file addons.mozilla.org bugs
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl b/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl index 0702f65e1..eb470e457 100644 --- a/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl +++ b/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl @@ -16,6 +16,12 @@ [% custom_forms = { + "addons.mozilla.org" => [ + { + link => "https://github.com/mozilla/addons/issues", + title => "Report an issue with addons.mozilla.org on GitHub." + } + ], "mozilla.org" => [ { link => "form.moz.project.review", |