Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
hober committed Jun 1, 2021
0 parents commit d67c2f2
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 0 deletions.
47 changes: 47 additions & 0 deletions CONTRIBUTING.md
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
7 changes: 7 additions & 0 deletions Makefile
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 *~
2 changes: 2 additions & 0 deletions README.md
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).
Loading

0 comments on commit d67c2f2

Please sign in to comment.