Skip to content

Add moderator instructions for "Illegal" flags #478

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

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For an overview of the Discourse moderation system, see the "[**Discourse Modera
- [Post flagged as "Off-Topic"](#post-flagged-as-off-topic)
- [Post flagged as "Inappropriate"](#post-flagged-as-inappropriate)
- [Post flagged as "Spam"](#post-flagged-as-spam)
- [Post flagged as "Illegal"](#post-flagged-as-illegal)
- [Post flagged as "Something Else"](#post-flagged-as-something-else)
- [Automated system-submitted flags](#automated-system-submitted-flags)
- ["Needs Approval" flag for account](#needs-approval-flag-for-account)
Expand Down Expand Up @@ -131,6 +132,38 @@ See the ["**Inappropriate behavior**" instructions](#deal-with-inappropriate-beh

---

<a name="post-flagged-as-illegal"></a>

#### [Post flagged as "Illegal"](#post-flagged-as-illegal)

##### Procedure for moderators

---

❗ These flags require action by the forum manager so moderators must leave the flag open in the review queue in order to allow the forum manager to effectively track their tasks.

---

1. _Do not_ click any of the buttons in the flag review interface.
1. Perform appropriate moderation of the flagged post and poster account, as usual.

##### Procedure for forum manager

1. Send notification of report via the channel specified in [the DSA policy document](https://arduino.cc/en/digital-services-act):

```text
A user has flagged an Arduino Forum post as containing illegal content:

<!-- TODO: link to flag -->
```

- ❗ A notification must be sent for all "**Illegal**" flags, regardless of merit.
- **ⓘ** The link to the flag is available from the timestamp at the top of the review queue item.

1. [Review the flag](#review-flag).

---

<a name="post-flagged-as-something-else"></a>

#### [Post flagged as "Something Else"](#post-flagged-as-something-else)
Expand Down
Loading