Skip to content

Commit d67c2f2

Browse files
committed
Initial commit.
0 parents  commit d67c2f2

File tree

4 files changed

+499
-0
lines changed

4 files changed

+499
-0
lines changed

CONTRIBUTING.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Contributing to the W3C WebExtensions Community Group
2+
3+
This document describes how the WebExtensions Community Group (WECG) works and how interested parties can contribute.
4+
5+
## Code of Conduct
6+
7+
As a W3C Community Group, the WECG operates under the W3C's [Code of Ethics and Professional Conduct][w3c-code-of-conduct].
8+
9+
## Getting started
10+
11+
Interested in participating? We suggest you start by:
12+
13+
1. Familiarizing yourself with the [Code of Ethics and Professional Conduct][w3c-code-of-conduct].
14+
2. [Joining the group][wecg-join] (you will need a [W3C account][w3c-new-account]).
15+
3. Looking through the [open issues][wecg-issues].
16+
4. Joining the [WECG chat room][join-chat].
17+
18+
W3C membership is required because it provides the legal framework that protects the work in this repository.
19+
20+
## Joining Chat
21+
22+
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.
23+
24+
Once you have a Matrix client set up, you can join our room using the below address in your client.
25+
26+
```
27+
#wecg:mozilla.org
28+
```
29+
30+
## How we work
31+
32+
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.
33+
34+
## Reporting and Feedback
35+
36+
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]).
37+
38+
[email-coralie]: mailto:[email protected]
39+
[join-chat]: #joining-chat
40+
[matrix-site]: https://matrix.org/
41+
[moz-wiki-matrix]: https://wiki.mozilla.org/Matrix
42+
[w3c-code-of-conduct]: https://www.w3.org/Consortium/cepc/
43+
[w3c-new-account]: https://www.w3.org/accounts/request
44+
[w3c-pwe-list]: https://lists.w3.org/Archives/Public/public-pwe/
45+
[wecg-issues]: https://github.com/hober/web-extensions/issues
46+
[wecg-join]: https://www.w3.org/community/wecg/join
47+
[wecg-repo]: https://github.com/hober/web-extensions

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.PHONY: clean update-charter-toc
2+
3+
update-charter-toc: charter.md
4+
doctoc --title "## Table of Contents" $<
5+
6+
clean:
7+
rm -f *~

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The charter of the Web Extensions Community Group (WECG). We started with
2+
the [Charter template for W3C Community and Business Groups](http://w3c.github.io/cg-charter/CGCharter.html).

0 commit comments

Comments
 (0)