Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add paragraph about abuse to the 'house rules' / change house rules phrasing #1665

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/views/general/_responsive_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li role="presentation"><%= link_to 'Help', help_path %></li>
<li role="presentation"><%= link_to 'Contact us', help_contact_path %></li>
<li role="presentation"><%= link_to 'Become a volunteer', help_volunteers_path %></li>
<li role="presentation"><%= link_to 'House rules', help_house_rules_path %></li>
<li role="presentation"><%= link_to 'Conditions of use', help_house_rules_path %></li>
<li role="presentation"><%= link_to 'Privacy and cookies', help_privacy_path %></li>
<li role="presentation"><%= link_to 'API', help_api_path %></li>
<% if feature_enabled?(:pro_pricing) %>
Expand Down
1 change: 1 addition & 0 deletions lib/views/help/_sidebar.cy.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<li><%= link_to_unless_current "Cyflwyniad", help_about_path %></li>
<li><%= link_to_unless_current "Gwneud ceisiadau", help_requesting_path %></li>
<li><%= link_to_unless_current "Eich preifatrwydd", help_privacy_path %></li>
<li><%= link_to_unless_current "Amodau defnydd", help_house_rules_path %></li>
<li><%= link_to_unless_current "Swyddogion Rhyddid Gwybodaeth", help_officers_path %></li>
<li><%= link_to_unless_current "Credydau", help_credits_path %></li>
<li><%= link_to_unless_current "API Rhaglenwyr", help_api_path %></li>
Expand Down
2 changes: 1 addition & 1 deletion lib/views/help/_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<%= link_to_unless_current "How we run the site", help_how_path %>
</li>
<li>
<%= link_to_unless_current "House Rules", help_house_rules_path %>
<%= link_to_unless_current "Conditions of use", help_house_rules_path %>
</li>
<li>
<%= link_to_unless_current "Making a complaint", help_complaints_path %>
Expand Down
12 changes: 11 additions & 1 deletion lib/views/help/house_rules.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% @title = "House rules" %>
<% @title = "Conditions of use" %>
<%= render :partial => 'sidebar' %>
<div id="left_column_flip" class="left_column_flip">
<h1><%=@title %></h1>
Expand Down Expand Up @@ -80,6 +80,16 @@
creating new accounts to evade a ban, or a rate-limiting cap, or by
republishing material which you know has been removed by moderators.
</li>
<li>
As with all mySociety services and activities, users of WhatDoTheyKnow
must abide by the organisation's <a href="https://www.mysociety.org/code-of-conduct/">Code of Conduct</a>.
This code applies to all activity related to the site, including correspondence with our
staff and volunteers. Where a user sends a message to a member of our team
that is intended to harass, threaten, abuse or distress, we will, at our discretion,
cease communication. We may also ban the correspondent from future use of WhatDoTheyKnow.
Where a message of particular concern, we will forward details
mdeuk marked this conversation as resolved.
Show resolved Hide resolved
of the correspondence to the police.
</li>
</ul>
<p>
By breaking the rules above, you risk being banned from using the site,
Expand Down