From f1e936ff1590addc5efbcd04d2e71f8ee1b526a5 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 14 Jul 2021 22:22:47 -0700 Subject: [PATCH] doc: add strategic initiatives from TSC repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This (along with a corresponding PR for the TSC repo) moves the strategic initiatives from the TSC repository to the main core repo. This will increase visibility for strategic initiatives. It will also facilitate the proposed reduced centrality of TSC champions to strategic plans. In the process, I made the text less wordy. I moved the Build Resources initiatve out of the active list, as discussed at the most recent TSC meeting. I alphabetized the table entries. (Chronological order isn't obvious to a reader if no dates are provided.) Refs: https://github.com/nodejs/TSC/issues/962#issuecomment-880233678 PR-URL: https://github.com/nodejs/node/pull/39394 Reviewed-By: Michaël Zasso Reviewed-By: Antoine du Hamel Reviewed-By: Tobias Nießen Reviewed-By: Zijian Liu Reviewed-By: Michael Dawson --- README.md | 4 +-- doc/guides/strategic-initiatives.md | 40 +++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 doc/guides/strategic-initiatives.md diff --git a/README.md b/README.md index ac153fc6feca66..9055580138f218 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ For information on reporting security vulnerabilities in Node.js, see * [Contributing to the project][] * [Working Groups][] -* [Strategic Initiatives][] +* [Strategic initiatives][] * [Technical values and prioritization][] ## Current project team members @@ -704,6 +704,6 @@ license text. [Contributing to the project]: CONTRIBUTING.md [Node.js Website]: https://nodejs.org/ [OpenJS Foundation]: https://openjsf.org/ -[Strategic Initiatives]: https://github.com/nodejs/TSC/blob/HEAD/Strategic-Initiatives.md +[Strategic initiatives]: doc/guides/strategic-initiatives.md [Technical values and prioritization]: doc/guides/technical-values.md [Working Groups]: https://github.com/nodejs/TSC/blob/HEAD/WORKING_GROUPS.md diff --git a/doc/guides/strategic-initiatives.md b/doc/guides/strategic-initiatives.md new file mode 100644 index 00000000000000..6ccce2c6f6376d --- /dev/null +++ b/doc/guides/strategic-initiatives.md @@ -0,0 +1,40 @@ +# Strategic initiatives + +The Node.js project has several strategic initiatives underway. The goal of the +TSC is to have a champion for each of these initiatives and enable their +success. + +A review of the initiatives is a standing item on the TSC agenda to ensure they +are active and have the support needed. + +## Current initiatives + +| Initiative | Champion | Links | +|---------------------------|-----------------------------|------------------------------------------------------------------------------------------| +| Core Promise APIs | [Matteo Collina][mcollina] | | +| Future of Build Toolchain | [Mary Marchini][mmarchini] | , | +| QUIC / HTTP3 | [James M Snell][jasnell] | | +| Startup performance | [Joyee Cheung][joyeecheung] | | +| V8 Currency | [Michaël Zasso][targos] | | + +## Completed + +| Initiative | Champion | Links | +|--------------------|----------------------------|--------------------------------------------------| +| Build resources | Michael Dawson | | +| CVE Management | Michael Dawson | | +| Governance | Myles Borins | | +| Moderation Team | Rich Trott | | +| Modules | Myles Borins | | +| N-API | Michael Dawson | | +| npm Integration | Myles Borins | | +| OpenSSL Evolution | Rod Vagg | | +| Open Web Standards | Myles Borins, Joyee Cheung | | +| VM module fix | Franziska Hinkelmann | | +| Workers | Anna Henningsen | | + +[jasnell]: https://github.com/jasnell +[joyeecheung]: https://github.com/joyeecheung +[mcollina]: https://github.com/mcollina +[mmarchini]: https://github.com/mmarchini +[targos]: https://github.com/targos