From 24e18442fd3cd77702d2ee872051beadb732a104 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 23 Jun 2015 08:34:20 -0700 Subject: Add a code of ethics and professional conduct WebAssembly is growing. There haven't been any regretable events, but it's been suggested that we make this community a welcoming one up-front by having a code of ethics and professional conduct. --- CodeOfConduct.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CodeOfConduct.md (limited to 'CodeOfConduct.md') diff --git a/CodeOfConduct.md b/CodeOfConduct.md new file mode 100644 index 0000000..1b64be0 --- /dev/null +++ b/CodeOfConduct.md @@ -0,0 +1,24 @@ +# Code of Ethics and Professional Conduct + +WebAssembly operates under the W3C's +[Code of Ethics and Professional Conduct][]: + +> W3C is a growing and global community where participants choose to work +> together, and in that process experience differences in language, location, +> nationality, and experience. In such a diverse environment, misunderstandings +> and disagreements happen, which in most cases can be resolved informally. In +> rare cases, however, behavior can intimidate, harass, or otherwise disrupt one +> or more people in the community, which W3C will not tolerate. +> +> A Code of Ethics and Professional Conduct is useful to define accepted and +> acceptable behaviors and to promote high standards of professional +> practice. It also provides a benchmark for self evaluation and acts as a +> vehicle for better identity of the organization. + +We hope that our community group act according to these guidelines, and that +participants hold each other to these high standards. If you have any questions +or are worried that the code isn't being followed, please +[contact the Community Group's chairs][]. + + [Code of Ethics and Professional Conduct]: https://www.w3.org/Consortium/cepc + [contact the Community Group's chairs]: https://www.w3.org/community/webassembly/participants -- cgit v1.2.3 From 0023010b829fe4bea626147cddb67861cdd985f3 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 23 Jun 2015 09:02:28 -0700 Subject: Add link to W3C procedures, ombuds. --- CodeOfConduct.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CodeOfConduct.md') diff --git a/CodeOfConduct.md b/CodeOfConduct.md index 1b64be0..5a5ef56 100644 --- a/CodeOfConduct.md +++ b/CodeOfConduct.md @@ -18,7 +18,9 @@ WebAssembly operates under the W3C's We hope that our community group act according to these guidelines, and that participants hold each other to these high standards. If you have any questions or are worried that the code isn't being followed, please -[contact the Community Group's chairs][]. +[contact the Community Group's chairs][]. For very serious concerns, the W3C has +[procedures][] allowing you to access its ombuds directly and confidentially. [Code of Ethics and Professional Conduct]: https://www.w3.org/Consortium/cepc [contact the Community Group's chairs]: https://www.w3.org/community/webassembly/participants + [procedures]: https://www.w3.org/Consortium/pwe/#Procedures -- cgit v1.2.3 From 77ae116ed3838540494b86444d251f4268ce368d Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 23 Jun 2015 09:56:09 -0700 Subject: Got a new W3C mailing list for chairs. --- CodeOfConduct.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CodeOfConduct.md') diff --git a/CodeOfConduct.md b/CodeOfConduct.md index 5a5ef56..420ecb3 100644 --- a/CodeOfConduct.md +++ b/CodeOfConduct.md @@ -22,5 +22,5 @@ or are worried that the code isn't being followed, please [procedures][] allowing you to access its ombuds directly and confidentially. [Code of Ethics and Professional Conduct]: https://www.w3.org/Consortium/cepc - [contact the Community Group's chairs]: https://www.w3.org/community/webassembly/participants + [contact the Community Group's chairs]: team-webassembly-chairs@w3.org [procedures]: https://www.w3.org/Consortium/pwe/#Procedures -- cgit v1.2.3 From 75d7496e47bc82e3153ea7c8906a28c21ff7c662 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 23 Jun 2015 09:58:15 -0700 Subject: Fix email, add visibility note. --- CodeOfConduct.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CodeOfConduct.md') diff --git a/CodeOfConduct.md b/CodeOfConduct.md index 420ecb3..e2130ee 100644 --- a/CodeOfConduct.md +++ b/CodeOfConduct.md @@ -17,10 +17,10 @@ WebAssembly operates under the W3C's We hope that our community group act according to these guidelines, and that participants hold each other to these high standards. If you have any questions -or are worried that the code isn't being followed, please -[contact the Community Group's chairs][]. For very serious concerns, the W3C has -[procedures][] allowing you to access its ombuds directly and confidentially. +or are worried that the code isn't being followed, please contact the Community +Group's chairs at `team-webassembly-chairs@w3.org` (note: this list is also +visible to W3C staff). For very serious concerns, the W3C has [procedures][] +allowing you to access its ombuds directly and confidentially. [Code of Ethics and Professional Conduct]: https://www.w3.org/Consortium/cepc - [contact the Community Group's chairs]: team-webassembly-chairs@w3.org [procedures]: https://www.w3.org/Consortium/pwe/#Procedures -- cgit v1.2.3