diff --git a/README.md b/README.md index d904f66..5d233b6 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,28 @@ This repository is used for generalized Express.js discussions. * [Current discussions](https://github.com/expressjs/discussions/issues?q=is%3Aissue+is%3Aopen+label%3Adiscuss) * [Upcoming meetings](https://github.com/expressjs/discussions/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3Ameeting) -## Express.js TC meetings +## Express.js meetings The Express.js Technical Committee (TC) meets online every other week, providing a live stream of the discussion and a recording of past meetings. Topics for the meetings are determined on an as-needed basis and may be technical or management of nature. -Current meeting schedule: Wednesdays 23:30 UTC +Current meeting schedule: + +- TC Meeting: Monday 21:00 UTC (Every 2 weeks) +- Working Session: Wednesday 21:00 UTC (Every 2 weeks) Recordings of past meetings are available on the [Express Youtube Channel](https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g/videos). + +## Decision Records + +> [!TIP] +> If you is creating a new ADR, please use the [ADR template](docs/adr/adr-template.md) as a starting point. + +We use [Architecture Decision Records](https://adr.github.io/) to record and +document decisions made by the Members of the Express.js. + +You can find all the ADRs in the [docs/adr](docs/adr) directory. + + diff --git a/docs/adr/adr-template.md b/docs/adr/adr-template.md index 0709318..0e900e4 100644 --- a/docs/adr/adr-template.md +++ b/docs/adr/adr-template.md @@ -1,6 +1,6 @@ # ADR template -This is the base template that we use +This is the base template that we use. Sections are optional, if they are not applicable to your proposal please remove them. ``` # ADR [Number]: [Title of Decision]