Skip to content

Commit 80f243d

Browse files
committed
Updated Code of Conduct Readability
Modified the first section of the code of conduct listing the 3 basic ground rules for improved readability.
1 parent 77848eb commit 80f243d

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

src/site/code-of-conduct.njk

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,18 @@ layout: layouts/base.njk
2323
Whether it is contributing to our website, connecting in our Discord, or attending conferences and independently organized meetings, it's not only our hope, but our expectation, that you'll abide by these three basic ground rules:
2424
</p>
2525

26-
<ul>
27-
<li>
28-
<h3>We approach interactions with thoughtfulness and care.</h3>
29-
<p>
26+
<ul class="list-disc list-outside pl-4 my-4">
27+
<li class="mb-4">
28+
<h3 class="text-white font-bold inline">We approach interactions with thoughtfulness and care.</h3>
3029
We are patient & kind to others. We don't dismiss someone because they have a different level of experience, are of a different background, or have a difference of opinion than us.
31-
</p>
3230
</li>
33-
<li>
34-
<h3>We are respectful when we disagree with someone.</h3>
35-
<p>
31+
<li class="mb-4">
32+
<h3 class="text-white font-bold inline">We are respectful when we disagree with someone.</h3>
3633
There is a human in front of us. We don’t allow frustration to turn into a personal attack. A community where people feel uncomfortable or threatened is not a productive one. We are collectively responsible for each other.
37-
</p>
3834
</li>
39-
<li>
40-
<h3>We work to correct mistakes when they occur.</h3>
41-
<p>
35+
<li class="mb-4">
36+
<h3 class="text-white font-bold inline">We work to correct mistakes when they occur.</h3>
4237
No one is expected to always be perfect or to know everything - sometimes even good intentions have unwanted outcomes. But how we respond to criticism is important. If someone criticizes our conduct, or points out ways we have harmed someone, we listen without taking it personally, and work towards a resolution - together.
43-
</p>
4438
</li>
4539
</ul>
4640
</section>

0 commit comments

Comments
 (0)