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

meta: fix linter error #49755

Merged
merged 1 commit into from
Sep 21, 2023
Merged
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
24 changes: 12 additions & 12 deletions doc/contributing/strategic-initiatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ agenda to ensure they are active and have the support they need.

## Current initiatives

| Initiative | Champion | Links |
| ---------------------- | ------------------------------- | ------------------------------------------------- |
| Core Promise APIs | [Antoine du Hamel][aduh95] | <https://github.com/nodejs/TSC/issues/1094> |
| QUIC / HTTP3 | [James M Snell][jasnell] | <https://github.com/nodejs/quic> |
| Shadow Realm | [Chengzhong Wu][legendecas] | <https://github.com/nodejs/node/issues/42528> |
| Startup Snapshot | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/35711> |
| V8 Currency | [Michaël Zasso][targos] | |
| Next-10 | [Michael Dawson][mhdawson] | <https://github.com/nodejs/next-10> |
| Single executable apps | [Darshan Sen][RaisinTen] | <https://github.com/nodejs/node/issues/43432> |
| Performance | | <https://github.com/nodejs/performance> |
| Primordials | [Benjamin Gruenbaum][benjamingr]| <https://github.com/nodejs/primordials-use-cases> |
| Initiative | Champion | Links |
| ---------------------- | -------------------------------- | ------------------------------------------------- |
| Core Promise APIs | [Antoine du Hamel][aduh95] | <https://github.com/nodejs/TSC/issues/1094> |
| QUIC / HTTP3 | [James M Snell][jasnell] | <https://github.com/nodejs/quic> |
| Shadow Realm | [Chengzhong Wu][legendecas] | <https://github.com/nodejs/node/issues/42528> |
| Startup Snapshot | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/35711> |
| V8 Currency | [Michaël Zasso][targos] | |
| Next-10 | [Michael Dawson][mhdawson] | <https://github.com/nodejs/next-10> |
| Single executable apps | [Darshan Sen][RaisinTen] | <https://github.com/nodejs/node/issues/43432> |
| Performance | | <https://github.com/nodejs/performance> |
| Primordials | [Benjamin Gruenbaum][benjamingr] | <https://github.com/nodejs/primordials-use-cases> |

<details>
<summary>List of completed initiatives</summary>
Expand All @@ -41,9 +41,9 @@ agenda to ensure they are active and have the support they need.

[RaisinTen]: https://github.com/RaisinTen
[aduh95]: https://github.com/aduh95
[benjamingr]: https://github.com/benjamingr
[jasnell]: https://github.com/jasnell
[joyeecheung]: https://github.com/joyeecheung
[legendecas]: https://github.com/legendecas
[mhdawson]: https://github.com/mhdawson
[targos]: https://github.com/targos
Comment on lines 42 to 49
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[RaisinTen]: https://github.com/RaisinTen
[aduh95]: https://github.com/aduh95
[benjamingr]: https://github.com/benjamingr
[jasnell]: https://github.com/jasnell
[joyeecheung]: https://github.com/joyeecheung
[legendecas]: https://github.com/legendecas
[mhdawson]: https://github.com/mhdawson
[targos]: https://github.com/targos
[aduh95]: https://github.com/aduh95
[benjamingr]: https://github.com/benjamingr
[jasnell]: https://github.com/jasnell
[joyeecheung]: https://github.com/joyeecheung
[legendecas]: https://github.com/legendecas
[mhdawson]: https://github.com/mhdawson
[RaisinTen]: https://github.com/RaisinTen
[targos]: https://github.com/targos

?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably upper/lowercase + ascii order?

[benjamingr]: https://github.com/benjamingr
Loading