-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d67c2f2
Showing
4 changed files
with
499 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Contributing to the W3C WebExtensions Community Group | ||
|
||
This document describes how the WebExtensions Community Group (WECG) works and how interested parties can contribute. | ||
|
||
## Code of Conduct | ||
|
||
As a W3C Community Group, the WECG operates under the W3C's [Code of Ethics and Professional Conduct][w3c-code-of-conduct]. | ||
|
||
## Getting started | ||
|
||
Interested in participating? We suggest you start by: | ||
|
||
1. Familiarizing yourself with the [Code of Ethics and Professional Conduct][w3c-code-of-conduct]. | ||
2. [Joining the group][wecg-join] (you will need a [W3C account][w3c-new-account]). | ||
3. Looking through the [open issues][wecg-issues]. | ||
4. Joining the [WECG chat room][join-chat]. | ||
|
||
W3C membership is required because it provides the legal framework that protects the work in this repository. | ||
|
||
## Joining Chat | ||
|
||
This group uses a [Matrix][matrix-site] room hosted by Mozilla for chat. If you're new to Matrix, we recommend reading Mozilla's [wiki entry on Matrix][moz-wiki-matrix] to get started. | ||
|
||
Once you have a Matrix client set up, you can join our room using the below address in your client. | ||
|
||
``` | ||
#wecg:mozilla.org | ||
``` | ||
|
||
## How we work | ||
|
||
All WECG-related work currently takes place in the [web-extensions repository][wecg-repo] on GitHub. As a new group, we are currently in the process of establishing our conventions. | ||
|
||
## Reporting and Feedback | ||
|
||
Beyond posts needing moderator attention on Discourse, if you experience any violations to the above by any participant, please contact the Chairs or the W3C Head of Communications ([Coralie Mercier][email-coralie]). | ||
|
||
[email-coralie]: mailto:[email protected] | ||
[join-chat]: #joining-chat | ||
[matrix-site]: https://matrix.org/ | ||
[moz-wiki-matrix]: https://wiki.mozilla.org/Matrix | ||
[w3c-code-of-conduct]: https://www.w3.org/Consortium/cepc/ | ||
[w3c-new-account]: https://www.w3.org/accounts/request | ||
[w3c-pwe-list]: https://lists.w3.org/Archives/Public/public-pwe/ | ||
[wecg-issues]: https://github.com/hober/web-extensions/issues | ||
[wecg-join]: https://www.w3.org/community/wecg/join | ||
[wecg-repo]: https://github.com/hober/web-extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.PHONY: clean update-charter-toc | ||
|
||
update-charter-toc: charter.md | ||
doctoc --title "## Table of Contents" $< | ||
|
||
clean: | ||
rm -f *~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The charter of the Web Extensions Community Group (WECG). We started with | ||
the [Charter template for W3C Community and Business Groups](http://w3c.github.io/cg-charter/CGCharter.html). |
Oops, something went wrong.