Skip to content

Commit bc166a1

Browse files
authored
Merge pull request #400 from web-platform-dx/code-of-conduct
Code of Conduct
2 parents bfacb46 + 9c96007 commit bc166a1

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Code of Conduct
2+
3+
This project and its community are governed by the [W3C Code of Conduct](https://www.w3.org/policies/code-of-conduct/). We expect all participants to have read it and to follow it.
4+
5+
In addition to the W3C Code of Conduct, we have the following project-specific expectations to ensure a healthy and constructive environment.
6+
7+
## Our Expectations
8+
9+
- **Focus on DX and UX:** The goal of this project is to gather and elevate signals from web developers. Frame discussions and contributions around evidence of developer needs and their potential impact on developer and user experiences.
10+
- **Provide Structured Feedback:** When submitting developer feedback on web features, please follow the suggested template provided in each issue. Clearly describe your specific use case and any workarounds you are currently using.
11+
- **Guide, Don't Debate:** This is not a forum for technical debate. When replying to another developer's use case, do so in a way that constructively clarifies and strengthens the signal. If a different feature may be a better fit for their stated problem, suggest it helpfully and without criticism.
12+
13+
## Reporting
14+
15+
Instances of abusive, harassing, or otherwise unacceptable behavior may be [reported to repository admins](https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam#reporting-a-comment). All reports will be handled with discretion and in accordance with the W3C's enforcement procedures.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ A discussion on [organizing developer signals around features](https://github.co
2121
## Contribute
2222

2323
This work is exploratory and will be shaped by what we learn through experimentation. If you'd like to contribute, please file issues or send pull requests, and consider joining the [W3C WebDX Community Group](https://www.w3.org/community/webdx/)!
24+
25+
All participants are expected to follow the project's [Code of Conduct](/CODE_OF_CONDUCT.md).

scripts/update-issues.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ function issueBody(id: string, data: (typeof features)[string]) {
115115
-->
116116
\`\`\`
117117
118+
All comments are expected to adhere to the [Code of Conduct](/CODE_OF_CONDUCT.md).
119+
118120
## Learn more
119121
120122
You can learn more about this feature here:

0 commit comments

Comments
 (0)