Skip to content

Commit 6ca28ff

Browse files
authored
Merge pull request #14 from fourstix/b_update_build
Updated to new build process
2 parents ae163ab + 4182fbc commit 6ca28ff

33 files changed

+682
-102
lines changed

CODE_OF_CONDUCT.md

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
-->
17
# Adafruit Community Code of Conduct
28

39
## Our Pledge
@@ -33,7 +39,11 @@ Examples of unacceptable behavior by participants include:
3339
* Any spamming, flaming, baiting or other attention-stealing behavior
3440
* Excessive or unwelcome helping; answering outside the scope of the question
3541
asked
42+
* Discussion or promotion of activities or projects that intend or pose a risk of
43+
significant harm
3644
* Trolling, insulting/derogatory comments, and personal or political attacks
45+
* Promoting or spreading disinformation, lies, or conspiracy theories against
46+
a person, group, organisation, project, or community
3747
* Public or private harassment
3848
* Publishing others' private information, such as a physical or electronic
3949
address, without explicit permission
@@ -69,35 +79,40 @@ involving other community members.
6979

7080
You may report in the following ways:
7181

72-
In any situation, you may send an email to <[email protected]>.
82+
In any situation, you may email <[email protected]>.
7383

7484
On the Adafruit Discord, you may send an open message from any channel
75-
to all Community Helpers by tagging @community moderators. You may also send an
76-
open message from any channel, or a direct message to @kattni#1507,
77-
@tannewt#4653, @Dan Halbert#1614, @cater#2442, @sommersoft#0222, or
78-
@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.
7988

8089
Email and direct message reports will be kept confidential.
8190

82-
In situations on Discord where the issue is particularly egregious, possibly
91+
In situations on Discord where the issue is particularly offensive, possibly
8392
illegal, requires immediate action, or violates the Discord terms of service,
84-
you should also report the message directly to Discord.
93+
you should also report the message directly to [Discord](https://discord.com/safety).
8594

8695
These are the steps for upholding our community’s standards of conduct.
8796

8897
1. Any member of the community may report any situation that violates the
89-
Adafruit Community Code of Conduct. All reports will be reviewed and
90-
investigated.
91-
2. If the behavior is an egregious violation, the community member who
92-
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.
93102
3. Otherwise, moderators will first respond to such behavior with a warning.
94103
4. Moderators follow a soft "three strikes" policy - the community member may
95-
be given another chance, if they are receptive to the warning and change their
96-
behavior.
104+
be given another chance, if they are receptive to the warning and change their
105+
behavior.
97106
5. If the community member is unreceptive or unreasonable when warned by a
98-
moderator, or the warning goes unheeded, they may be banned for a first or
99-
second offense. Repeated offenses will result in the community member being
100-
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.
101116

102117
## Scope
103118

@@ -115,9 +130,8 @@ accordingly.
115130

116131
## Attribution
117132

118-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
119-
version 1.4, available at
120-
<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),
121135
and the [Rust Code of Conduct](https://www.rust-lang.org/en-US/conduct.html).
122136

123137
For other projects adopting the Adafruit Community Code of

0 commit comments

Comments
 (0)