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

doc: put information about the past in details tags #39321

Closed
wants to merge 1 commit into from
Closed
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
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ For information about the governance of the Node.js project, see
* [Trott](https://github.com/Trott) -
**Rich Trott** <[email protected]> (he/him)

<details>

Trott marked this conversation as resolved.
Show resolved Hide resolved
<summary>Emeriti</summary>

### TSC emeriti
Copy link
Member Author

Choose a reason for hiding this comment

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

I'm tempted to remove this now that it's in the summary tag, but doing so would probably break node-core-utils which parses the README file. In fact, the change as it stands here might already do that. (I don't think so, but worth checking.)


* [addaleax](https://github.com/addaleax) -
Expand Down Expand Up @@ -243,6 +247,8 @@ For information about the governance of the Node.js project, see
* [trevnorris](https://github.com/trevnorris) -
**Trevor Norris** &lt;[email protected]&gt;

</details>

### Collaborators

* [addaleax](https://github.com/addaleax) -
Expand Down Expand Up @@ -458,6 +464,10 @@ For information about the governance of the Node.js project, see
* [ZYSzys](https://github.com/ZYSzys) -
**Yongsheng Zhang** &lt;[email protected]&gt; (he/him)

<details>

Trott marked this conversation as resolved.
Show resolved Hide resolved
<summary>Emeriti</summary>

### Collaborator emeriti
Trott marked this conversation as resolved.
Show resolved Hide resolved

* [andrasq](https://github.com/andrasq) -
Expand Down Expand Up @@ -592,6 +602,8 @@ For information about the governance of the Node.js project, see
**Vse Mozhet Byt** &lt;[email protected]&gt; (he/him)
* [whitlockjc](https://github.com/whitlockjc) -
**Jeremy Whitlock** &lt;[email protected]&gt;

</details>
<!--lint enable prohibited-strings-->

Collaborators follow the [Collaborator Guide](./doc/guides/collaborator-guide.md) in
Expand Down Expand Up @@ -655,7 +667,9 @@ gpg --keyserver pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF139
See the section above on [Verifying Binaries](#verifying-binaries) for how to
use these keys to verify a downloaded file.

Other keys used to sign some previous releases:
<details>

Trott marked this conversation as resolved.
Show resolved Hide resolved
<summary>Other keys used to sign some previous releases</summary>

* **Chris Dickinson** &lt;[email protected]&gt;
`9554F04D7259F04124DE6B476D5A82AC7E37093B`
Expand All @@ -676,6 +690,8 @@ Other keys used to sign some previous releases:
* **Timothy J Fontaine** &lt;[email protected]&gt;
`7937DFD2AB06298B2293C3187D33FF9D0246406D`

</details>

## License

Node.js is available under the
Expand Down