Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document How we work #291

Merged
merged 1 commit into from
Nov 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,17 @@ Once you have a Matrix client set up, you can join our room using the below addr

## 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.
All WECG-related work currently takes place in the [web-extensions repository][wecg-repo] on GitHub.

The issue tracker tracks specific issues and long-running discussions for topics of interest to the members of the WECG.

We meet virtually every other week, with the schedule and past meeting notes listed in [`_minutes/README.md`](_minutes/README.md).
During these meetings, we check in on newly reported issues, existing issues and any other open discussion topics that have been added to the agenda.
After the end of each meeting, its minutes are submitted via a pull request that also links the discussed issues for visibility.

Outside the live meetings, [the chat][join-chat] is available to continue discussions.

We are still working on establishing a process on creating the deliverables as stated in [the charter document](charter.md). Once that process matures, it will be documented here.

## Reporting

Expand All @@ -41,7 +51,6 @@ Beyond posts needing moderator attention in chat, if you experience any violatio
[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/w3c/web-extensions/issues
[wecg-join]: https://www.w3.org/community/webextensions/join
[wecg-repo]: https://github.com/w3c/webextensions
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Charter: [WebExtensions Community Group Charter](https://github.com/w3c/webexten
WECG at W3C: https://www.w3.org/community/webextensions/

Minutes of meetings: https://github.com/w3c/webextensions/tree/main/_minutes

Contributing guidelines: [CONTRIBUTING.md](CONTRIBUTING.md)