summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/pages/anti-abuse.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/template/en/default/pages/anti-abuse.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/pages/anti-abuse.html.tmpl58
1 files changed, 58 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/pages/anti-abuse.html.tmpl b/extensions/BMO/template/en/default/pages/anti-abuse.html.tmpl
new file mode 100644
index 000000000..7d3bcad4b
--- /dev/null
+++ b/extensions/BMO/template/en/default/pages/anti-abuse.html.tmpl
@@ -0,0 +1,58 @@
+<!-- 1.0@bugzilla.org -->
+[%# This Source Code Form is subject to the terms of the Mozilla Public
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ #
+ # This Source Code Form is "Incompatible With Secondary Licenses", as
+ # defined by the Mozilla Public License, v. 2.0.
+ #%]
+
+[% PROCESS global/header.html.tmpl
+ title = "Bugzilla Anti-Abuse Policy"
+ style = "li { margin: 5px } .heading { font-weight: bold }" %]
+
+<h2>Anti-Abuse Policy</h2>
+
+<p>
+ It is our intention that [% terms.Bugzilla %] remains a useful tool for reporting
+ and commenting on [% terms.bugs %], feature-requests and tasks for the Mozilla community.
+</p>
+
+<p>
+ In order to keep [% terms.Bugzilla %] a useful, inclusive place for this work, we have
+ <a href="page.cgi?id=etiquette.html">guidelines</a>
+ for using this site which, by using this site, you agree to follow.
+</p>
+
+<ul>
+ <li>
+ If you find a [% terms.Bugzilla %] user violating or <a href="page.cgi?id=etiquette.html">guidelines</a>
+ or <a href="https://www.mozilla.org/about/governance/policies/participation/">Mozilla's participation guidelines</a>
+ in comments on [% terms.bugs %], please <a href="https://wiki.mozilla.org/BMO/comment_tagging">tag the comments</a>
+ in question so that an administrator can review them.
+ </li>
+ <li>
+ If a comment is abusive or threatening use the tag <b><i>admin</i></b>. An admin will
+ receive a notification shortly and be able to follow up. [% terms.Bugs %] with comments marked 'spam',
+ and 'advocacy' will also be reviewed.
+ </li>
+ <li>
+ If a [% terms.bug %]'s short-description or whiteboard tags violate our guidelines,
+ please describe the issue in a comment and tag it <b><i>admin</i></b>.
+ </li>
+ <li>
+ If another [% terms.Bugzilla %] user asks you to stop a behavior, stop doing it.
+ If an administrator asks you to stop engaging in a behavior, do it. Administrators
+ have the discretion to limit or suspend your account, and take further actions
+ if necessary if you violate our guidelines.
+ </li>
+</ul>
+
+<p>
+ Questions about this policy should be addressed to
+ <a href="mailto:bugzilla-admin@mozilla.org">bugzilla-admin@mozilla.org</a>.
+ If you need to contact a [% terms.Bugzilla %] community administrator immediately,
+ please contact an administrator in the #bmo channel on irc.mozilla.org.
+</p>
+
+[% INCLUDE global/footer.html.tmpl %]