Skip to content

Commit 2f472ea

Browse files
committed
Add reviews policy
1 parent 079c8f4 commit 2f472ea

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

app/flatpages/help.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ toc: False
66

77
* [Terms of Service](/terms/)
88
* [Package Inclusion Policy](/policy_and_guidance/)
9+
* [Review Policy / Guidance](/reviews_policy/)
910

1011
## General Help
1112

app/flatpages/reviews_policy.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
title: Reviews Policy
2+
---
3+
4+
The purpose of reviews is to allow users to share their experiences and opinions with the community, so that players
5+
make better informed choices. We reserve the right to remove reviews.
6+
7+
Do:
8+
9+
* Include your real, personal experience with the package. Write like you're telling a friend why they should try out
10+
the package.
11+
* Share constructive criticism, rather than just saying the package is bad. What could be done better?
12+
* Give specific details - what did you like or dislike? Was it useful or helpful? Was it easy to play?
13+
14+
Don't:
15+
16+
* Attack or insult the author
17+
* Use profanity, sexual language, or attack others/groups based on characteristics including race, ethnicity,
18+
caste, color, age, physical characteristics, neurodiversity, disability, sex or gender, gender identity or expression,
19+
sexual orientation, language, philosophy or religion, national or social origin, socio-economic position,
20+
level of education, or other status.
21+
* Submit one word reviews like "Cool".
22+
* Post bug reports or support requests in reviews. Bugs should be reported on issue trackers.
23+
* Write reviews for packages which you have not personally used
24+
* Criticise the use of LLMs itself - this is already disclosed using the "AI disclosure" feature. You may otherwise criticise the quality of an package.
25+
* Include anyone's email, phone number, or other personal details
26+
* Post a review for a package you worked on.

app/templates/packages/review_create_edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<h1>{{ _("Post a review for %(title)s by %(author)s", title=self.link(), author=package.author.display_name) }}</h1>
1818

1919
<p class="alert alert-primary">
20-
{{ _("Please make sure you read ContentDB's <a href='/terms/'>Terms of Service</a>") }}
20+
{{ _("Please make sure you read ContentDB's <a href="/reviews_policy/">Reviews policy</a> and <a href='/terms/'>Terms of Service</a>") }}
2121
</p>
2222

2323
{% if package.issueTracker %}

0 commit comments

Comments
 (0)