Skip to content

Commit 9c24b5a

Browse files
authored
Tos politics update (#274)
* Clarify website data usage explicitly * Add example of unwelcomed discussion around politics (and other related public figures, and cite religion as a possible topic of division)
1 parent 50b1d05 commit 9c24b5a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

app/templates/marketing/terms_of_service.html

+9-8
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ <h4>Data</h4>
1313

1414
<p>Everything is run in the open and the code can be audited, specific repositories are linked below but all can be seen in our GitHub organization <a href="https://github.com/pyslackers" target="_blank">github.com/pyslackers</a>.</p>
1515

16-
{# Currently not exposed #}
17-
{# <h4>Website</h4>#}
18-
{##}
19-
{# <p>#}
20-
{# We collect very basic account information, basically everything you enter during <em>Sign Up</em> or what the OAuth2 provider gives us. It also polls slack for some info to help in the#}
21-
{# invitation process (disallowing burner domains, mitigating duplicate accounts, etc).#}
22-
{# </p>#}
16+
<h4>Website</h4>
17+
18+
<p>
19+
The invite process collects basic information (email) to process the invite and subsequently check against duplicated, blocked, or burner emails.
20+
</p>
2321

2422
<h4>Slack Team</h4>
2523

@@ -88,6 +86,9 @@ <h2 class="ui header" id="our_standards">Our Standards</h2>
8886
<li>
8987
Sharing links, copies, or instructions how to obtain any copyrighted content in a way that infringes on the copyright holder's rights (as provided in the copyright owners's country).
9088
</li>
89+
<li>
90+
Discussing divisive topics that are not immediately relevant to the programming community in channels not dedicated for the specified topic(s). Example's include politics, political figures, public figures, and religion.
91+
</li>
9192
<li>
9293
Other conduct which could reasonably be considered inappropriate in a professional setting
9394
</li>
@@ -166,4 +167,4 @@ <h1 class="ui dividing header" id="tldr">TL;DR</h1>
166167
<li>Use the <a href="https://github.com/pyslackers/community/issues/new?labels=topic/code%20of%20conduct"><i class="icon github"></i>Community Issue Tracker</a> for community related issues</li>
167168
</ul>
168169
</div>
169-
{% endblock %}
170+
{% endblock %}

0 commit comments

Comments
 (0)