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