Skip to content

Commit b3fdd6a

Browse files
committed
Adding clarity around the use of AI
1 parent 6cebdc8 commit b3fdd6a

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

src/app/codeofconduct/page.tsx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,33 @@ export default function CodeOfConduct() {
150150
`}
151151
</p>
152152
</div>
153+
<div className="pb-6">
154+
<h3 className="h3">
155+
Responsible Use of AI-Generated Content
156+
</h3>
157+
<p>
158+
{`
159+
We are excited about the innovation and the opportunities that generative AI tools like
160+
GitHub Copilot bring to our community. It's essential to use these technologies thoughtfully
161+
and in alignment with our shared values of integrity, respect, and authenticity.
162+
`}
163+
</p>
164+
<p>
165+
When using generative AI to contribute to the community:
166+
</p>
167+
<ul>
168+
<li><strong>Take ownership of your contributions.</strong> You are responsible for the content you share.</li>
169+
<li><strong>Review and revise AI-generated responses before posting.</strong> Ensure they reflect your own understanding and voice.</li>
170+
<li><strong>Apply your expertise </strong> to validate that the information is accurate, relevant, and helpful.</li>
171+
</ul>
172+
<p>
173+
{`
174+
These practices support a community built on trust, collaboration, and mutual respect.
175+
Misuse of AI-generated content may be considered a violation of our Code of Conduct.
176+
Please refer to the enforcement section for more details.
177+
`}
178+
</p>
179+
</div>
153180
<div className="pb-6">
154181
<h3 className="h3">
155182
Attribution

0 commit comments

Comments
 (0)