diff options
author | David Lawrence <dkl@mozilla.com> | 2016-12-08 00:44:34 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-12-08 00:44:34 +0100 |
commit | 89c6b2ba85ec09e1c744cc1b05ead8bd91e36980 (patch) | |
tree | 4e55ab8cbe47295984706345b567edf5d2de0928 /template | |
parent | 4cd1371510e88a392d00e9d5c315abb9ff622e42 (diff) | |
download | bugzilla-89c6b2ba85ec09e1c744cc1b05ead8bd91e36980.tar.gz bugzilla-89c6b2ba85ec09e1c744cc1b05ead8bd91e36980.tar.xz |
Bug 1318781 - Add link to Mozilla Community Participation Guidelines for new bugs and bug comments
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/comment.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/bug/comment.html.tmpl b/template/en/default/bug/comment.html.tmpl index 96cbb63ed..46747cd1a 100644 --- a/template/en/default/bug/comment.html.tmpl +++ b/template/en/default/bug/comment.html.tmpl @@ -12,6 +12,11 @@ # with the exception of "name" and "id", which will always be "comment". #%] +<div id="bugzilla-etiquette"> + <a href="page.cgi?id=etiquette.html" target="_blank"> + Comments Subject to Etiquette and Contributor Guidelines</a> +</div> + [% IF feature_enabled('jsonrpc') %] <div id="comment_tabs" role="tablist"> <div id="comment_tab" class="comment_tab active_comment_tab" |