mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-03 19:57:29 +01:00
Add rules for user behaviour
This commit is contained in:
parent
a97da15359
commit
64280bd960
@ -2,6 +2,11 @@ title: Help
|
|||||||
toc: False
|
toc: False
|
||||||
|
|
||||||
|
|
||||||
|
## Rules
|
||||||
|
|
||||||
|
* [Rules](/rules/)
|
||||||
|
* [Package Inclusion Policy and Guidance](/policy_and_guidance/)
|
||||||
|
|
||||||
## General Help
|
## General Help
|
||||||
|
|
||||||
* [Frequently Asked Questions](faq)
|
* [Frequently Asked Questions](faq)
|
||||||
|
@ -21,7 +21,7 @@ GitHub can only be used to login, not to register.
|
|||||||
There are a number of reasons this may have happened:
|
There are a number of reasons this may have happened:
|
||||||
|
|
||||||
* Incorrect email address entered.
|
* Incorrect email address entered.
|
||||||
* Temporary problem with ContentDB.
|
* Temporary problem with ContentDB.
|
||||||
* Email has been unsubscribed.
|
* Email has been unsubscribed.
|
||||||
|
|
||||||
If the email doesn't arrive after registering by email, then you'll need to try registering again in 12 hours.
|
If the email doesn't arrive after registering by email, then you'll need to try registering again in 12 hours.
|
||||||
@ -40,11 +40,11 @@ remove your email from the blacklist.
|
|||||||
|
|
||||||
There are a number of methods:
|
There are a number of methods:
|
||||||
|
|
||||||
* [Git Update Detection](update_config): ContentDB will check your Git repo daily, and create updates or send you notifications.
|
* [Git Update Detection](/help/update_config/): ContentDB will check your Git repo daily, and create updates or send you notifications.
|
||||||
* [Webhooks](release_webhooks): you can configure your Git host to send a webhook to ContentDB, and create an update immediately.
|
* [Webhooks](/help/release_webhooks/): you can configure your Git host to send a webhook to ContentDB, and create an update immediately.
|
||||||
* the [API](api): This is especially powerful when combined with CI/CD and other API endpoints.
|
* the [API](/help/api/): This is especially powerful when combined with CI/CD and other API endpoints.
|
||||||
|
|
||||||
|
|
||||||
## How do I get help?
|
## How do I get help?
|
||||||
|
|
||||||
Please [contact rubenwardy](https://rubenwardy.com/contact/).
|
Please [contact rubenwardy](https://rubenwardy.com/contact/).
|
||||||
|
15
app/flatpages/rules.md
Normal file
15
app/flatpages/rules.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
title: Rules
|
||||||
|
|
||||||
|
The following are the rules for user behaviour on ContentDB, including reviews,
|
||||||
|
threads, comments, and profiles. For packages, see the
|
||||||
|
[Package Inclusion Policy](/policy_and_guidance/).
|
||||||
|
|
||||||
|
1. **Be respectful:** attacks towards any person or group, slurs,
|
||||||
|
trolling/baiting, and other toxic behavior are not welcome.
|
||||||
|
2. **Assume good faith:** communication over the Internet is hard, try to assume
|
||||||
|
good faith when eg: responding to reviews.
|
||||||
|
3. **No sexual content** and ensure you keep discussion appropriate given the
|
||||||
|
package's [content warnings](/help/content_flags/).
|
||||||
|
|
||||||
|
You can report things by clicking [report](/report/) in the footer of pages you
|
||||||
|
want to report.
|
@ -239,6 +239,7 @@
|
|||||||
|
|
||||||
<ul class="list-inline my-1">
|
<ul class="list-inline my-1">
|
||||||
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='help') }}">{{ _("Help") }}</a></li>
|
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='help') }}">{{ _("Help") }}</a></li>
|
||||||
|
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='rules') }}">{{ _("Rules") }}</a></li>
|
||||||
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='policy_and_guidance') }}">{{ _("Policy and Guidance") }}</a></li>
|
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='policy_and_guidance') }}">{{ _("Policy and Guidance") }}</a></li>
|
||||||
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='help/api') }}">{{ _("API") }}</a></li>
|
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='help/api') }}">{{ _("API") }}</a></li>
|
||||||
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='privacy_policy') }}">{{ _("Privacy Policy") }}</a></li>
|
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='privacy_policy') }}">{{ _("Privacy Policy") }}</a></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user