1
+ <!--
2
+ SPDX-FileCopyrightText: 2014 Coraline Ada Ehmke
3
+ SPDX-FileCopyrightText: 2019-2021 Kattni Rembor for Adafruit Industries
4
+
5
+ SPDX-License-Identifier: CC-BY-4.0
6
+ -->
1
7
# Adafruit Community Code of Conduct
2
8
3
9
## Our Pledge
@@ -33,6 +39,8 @@ Examples of unacceptable behavior by participants include:
33
39
* Any spamming, flaming, baiting or other attention-stealing behavior
34
40
* Excessive or unwelcome helping; answering outside the scope of the question
35
41
asked
42
+ * Discussion or promotion of activities or projects that intend or pose a risk of
43
+ significant harm
36
44
* Trolling, insulting/derogatory comments, and personal or political attacks
37
45
* Promoting or spreading disinformation, lies, or conspiracy theories against
38
46
a person, group, organisation, project, or community
@@ -43,7 +51,7 @@ Examples of unacceptable behavior by participants include:
43
51
44
52
The goal of the standards and moderation guidelines outlined here is to build
45
53
and maintain a respectful community. We ask that you don’t just aim to be
46
- "technically unimpeachable", but rather try to be your best self.
54
+ "technically unimpeachable", but rather try to be your best self.
47
55
48
56
We value many things beyond technical expertise, including collaboration and
49
57
supporting others within our community. Providing a positive experience for
@@ -71,35 +79,40 @@ involving other community members.
71
79
72
80
You may report in the following ways:
73
81
74
- In any situation, you may
send an email
to < [email protected] > .
82
+ In any situation, you may email
< [email protected] > .
75
83
76
84
On the Adafruit Discord, you may send an open message from any channel
77
- to all Community Moderators by tagging @community moderators. You may
78
- also send an open message from any channel, or a direct message to
79
- @kattni #1507, @tannewt #4653, @Dan Halbert #1614 , @cater #2442,
80
- @sommersoft #0222, @Mr . Certainly #0472 or @Andon #8175.
85
+ to all Community Moderators by tagging @community moderators. You may
86
+ also send an open message from any channel, or a direct message to
87
+ any Community Moderator.
81
88
82
89
Email and direct message reports will be kept confidential.
83
90
84
- In situations on Discord where the issue is particularly egregious , possibly
91
+ In situations on Discord where the issue is particularly offensive , possibly
85
92
illegal, requires immediate action, or violates the Discord terms of service,
86
- you should also report the message directly to Discord.
93
+ you should also report the message directly to [ Discord] ( https://discord.com/safety ) .
87
94
88
95
These are the steps for upholding our community’s standards of conduct.
89
96
90
97
1 . Any member of the community may report any situation that violates the
91
- Adafruit Community Code of Conduct. All reports will be reviewed and
92
- investigated.
93
- 2 . If the behavior is an egregious violation, the community member who
94
- committed the violation may be banned immediately, without warning.
98
+ CircuitPython Community Code of Conduct. All reports will be reviewed and
99
+ investigated.
100
+ 2 . If the behavior is a severe violation, the community member who
101
+ committed the violation may be banned immediately, without warning.
95
102
3 . Otherwise, moderators will first respond to such behavior with a warning.
96
103
4 . Moderators follow a soft "three strikes" policy - the community member may
97
- be given another chance, if they are receptive to the warning and change their
98
- behavior.
104
+ be given another chance, if they are receptive to the warning and change their
105
+ behavior.
99
106
5 . If the community member is unreceptive or unreasonable when warned by a
100
- moderator, or the warning goes unheeded, they may be banned for a first or
101
- second offense. Repeated offenses will result in the community member being
102
- banned.
107
+ moderator, or the warning goes unheeded, they may be banned for a first or
108
+ second offense. Repeated offenses will result in the community member being
109
+ banned.
110
+ 6 . Disciplinary actions (warnings, bans, etc) for Code of Conduct violations apply
111
+ to the platform where the violation occurred. However, depending on the severity
112
+ of the violation, the disciplinary action may be applied across Adafruit's other
113
+ community platforms. For example, a severe violation on the Adafruit Discord
114
+ server may result in a ban on not only the Adafruit Discord server, but also on
115
+ the Adafruit GitHub organisation, Adafruit Forums, Adafruit Twitter, etc.
103
116
104
117
## Scope
105
118
@@ -117,9 +130,8 @@ accordingly.
117
130
118
131
## Attribution
119
132
120
- This Code of Conduct is adapted from the [ Contributor Covenant] [ homepage ] ,
121
- version 1.4, available at
122
- < https://www.contributor-covenant.org/version/1/4/code-of-conduct.html > ,
133
+ This Code of Conduct is adapted from the [ Contributor Covenant] ( https://www.contributor-covenant.org/ ) ,
134
+ version 1.4, available on [ contributor-covenant.org] ( https://www.contributor-covenant.org/version/1/4/code-of-conduct.html ) ,
123
135
and the [ Rust Code of Conduct] ( https://www.rust-lang.org/en-US/conduct.html ) .
124
136
125
137
For other projects adopting the Adafruit Community Code of
0 commit comments