Skip to content

Commit 762d592

Browse files
committed
Paragraphs-CoC page
1 parent a5e5331 commit 762d592

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed

Diff for: src/app/codeofconduct/faq/page.tsx

+13-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,21 @@ const FAQ_ENTRIES: Entry[] = [
2222
question: "Why have a Code of Conduct?",
2323
answer: (
2424
<>
25-
People and communities are the foundation of open source. Communities thrive through diversity of thought and the safety of its members. Microsoft has a deep-seated commitment to diversity and inclusion. All Microsoft employees enjoy a safe work environment and a culture of mutual respect and responsibility. Our team members and open source partners should enjoy the same environment when collaborating on open source projects.
25+
{`
26+
People and communities are the foundation of open source. Communities
27+
thrive through diversity of thought and the safety of its members.
28+
Microsoft has a deep-seated commitment to diversity and inclusion. All
29+
Microsoft employees enjoy a safe work environment and a culture of
30+
mutual respect and responsibility. Our team members and open source
31+
partners should enjoy the same environment when collaborating on open
32+
source projects.
33+
`}
2634
<br />
2735
<br />
28-
While conduct issues seldom arise, when they do, they are often very public and very passionate. It is best for the community to be prepared with:
36+
{`
37+
While conduct issues seldom arise, when they do, they are often very
38+
public and very passionate. It is best for the community to be prepared with:
39+
`}
2940
<ul>
3041
<li>A clear and accessible <b>Code of Conduct</b> stating the norms under which projects operate</li>
3142
<li>An <b>Issue Resolution Process</b> for addressing cases where these norms are not being maintained</li>

Diff for: src/app/codeofconduct/page.tsx

+21-2
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,30 @@ export default function CodeOfConduct() {
3030
<div className="wrapper my-6 py-4">
3131
<div className="col-md-10 col-lg-7 mx-auto longform">
3232
<p className="p-lg">
33+
{`
3334
This code of conduct outlines expectations for participation in Microsoft-managed open source communities,
3435
as well as steps for reporting unacceptable behavior. We are committed to providing a welcoming and
3536
inspiring community for all. People violating this code of conduct may be banned from the community.
37+
`}
3638
</p>
3739
<br />
3840
<br />
3941
<div className="pb-6">
4042
<h3 className="h3">Our Pledge</h3>
4143
<p>
44+
{`
4245
We as members, contributors, and leaders pledge to make participation in our community a
4346
harassment-free experience for everyone, regardless of age, body size, visible or invisible
4447
disability, ethnicity, sex characteristics, gender identity and expression, level of experience,
4548
education, socio-economic status, nationality, personal appearance, race, caste, color, religion,
4649
or sexual identity and orientation.
50+
`}
4751
</p>
4852
<p>
49-
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
53+
{`
54+
We pledge to act and interact in ways that contribute to an open, welcoming, diverse,
55+
inclusive, and healthy community.
56+
`}
5057
</p>
5158
</div>
5259
<div className="pb-6">
@@ -81,49 +88,61 @@ export default function CodeOfConduct() {
8188
Enforcement Responsibilities
8289
</h3>
8390
<p>
91+
{`
8492
Community leaders are responsible for clarifying and enforcing our standards of acceptable
8593
behavior and will take appropriate and fair corrective action in response to any behavior
8694
that they deem inappropriate, threatening, offensive, or harmful.
95+
`}
8796
</p>
8897
<p>
98+
{`
8999
Community leaders have the right and responsibility to remove, edit, or reject comments,
90100
commits, code, wiki edits, issues, and other contributions that are not aligned to this
91101
Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
102+
`}
92103
</p>
93104
</div>
94105
<div className="pb-6">
95106
<h3 className="h3">
96107
Scope
97108
</h3>
98109
<p>
110+
{`
99111
This Code of Conduct applies within all community spaces, and also applies when an individual
100112
is officially representing the community in public spaces. Examples of representing our
101113
community include using an official e-mail address, posting via an official social media
102114
account, or acting as an appointed representative at an online or offline event.
115+
`}
103116
</p>
104117
<p>
118+
{`
105119
This Code of Conduct also applies to actions taken outside of these spaces, and which have
106120
a negative impact on community health.
121+
`}
107122
</p>
108123
</div>
109124
<div className="pb-6">
110125
<h3 className="h3">
111126
Enforcement and Reporting
112127
</h3>
113128
<p>
129+
{`
114130
We encourage all communities to resolve issues on their own whenever possible. Instances of
115131
abusive, harassing, or otherwise unacceptable behavior should be reported to the community
116132
leaders responsible for enforcement in a given project or to <a
117133
href="mailto:[email protected]">[email protected]</a>. If you
118-
are a Microsoft employee looking for support, please use the <a
134+
are a Microsoft employee looking for support, please use the `}
135+
<a
119136
href="https://aka.ms/community-911-landingpage" className="link-standard" target="_new">
120137
Community 911 reporting process
121138
</a>.
122139
</p>
123140
<p>
141+
{`
124142
Your report will be handled in accordance with the issue resolution process described
125143
in the Code of Conduct FAQ. All project and community leaders are obligated to respect
126144
the privacy and security of the reporter of any incident.
145+
`}
127146
</p>
128147
</div>
129148
<div className="pb-6">

0 commit comments

Comments
 (0)