From 4bcbb2be94e95f467f64e5856b264ef07443e870 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Thu, 13 Oct 2022 06:34:00 -1000 Subject: [PATCH] Document How we work --- CONTRIBUTING.md | 13 +++++++++++-- README.md | 2 ++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2fc0089a..9327d4cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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 diff --git a/README.md b/README.md index c9127fca..45a64ba5 100644 --- a/README.md +++ b/README.md @@ -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)