From c00d70216b9db3d60e65453e4278a0cdf0d56098 Mon Sep 17 00:00:00 2001 From: jessebot Date: Mon, 13 Apr 2026 09:53:24 +0200 Subject: [PATCH] add notes about content warnings --- CODE_OF_CONDUCT.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 303fa32..bddaa19 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -10,10 +10,28 @@ - No classism. - No fascism. -## On handling bigotry for the purposes of the open-slopware list +## On handling bigotry or unsavory content for the purposes of the open-slopware list It is still worth bringing up if a core repo maintainer has a history of bigotry such as racism, transphobia, etc, if it's in the context of adding an alternative software or something to that nature, but still just be objective, e.g. "We should not add a link to x because it is maintained by a transphobic person, see evidence here" and just leave it at that. We'll take that feedback and reject a pull request or ask someone to modify it if it's relevant for community safety (like ensuring people avoid software maintained by discriminatory people for instance). +If you must link or provide screenshots of something that displays bigotry, gore, or anything sexual in nature, you *must* add a content warning. Content warnings must be specific to the subject matter. Below, we will give you an example on how to do so: + +```html +
+ Content warning: Homophobia + homophobic content goes here. +
+``` + +That will display like this: + +
+ Content warning: Homophobia + homophobic content goes here. +
+ +Failure to do so will first result in a one time warning and future offenses will be considered a strike. + # On handling rude comments in this repo specifically If you see someone behaving in appropriately, do not feed their behavior. Tag an admin (@jessebot or @cloudymax) instead. They will handle it.