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

Rejoining Node.js #1690

Closed
RaisinTen opened this issue Feb 28, 2025 · 7 comments
Closed

Rejoining Node.js #1690

RaisinTen opened this issue Feb 28, 2025 · 7 comments

Comments

@RaisinTen
Copy link
Member

Hi friends! 👋

It's been a while since I took a break from Node.js. I have some new ideas that I'm eager to try out.

Can I be moved back from emeritus to these roles again?

  • TSC Voting Member
  • Champion of Single Executable Apps
  • Collaborator
  • Triager

Thank you!

@aduh95
Copy link
Contributor

aduh95 commented Feb 28, 2025

For triager, collaborator, and champion part, you can probably already open the PR yourself already, as there's no requirements to fulfil – and if you're not the one opening the PR, the bot will likely try to move you back to emeritus if it doesn't see activities from you in the previous 12 months.

For TSC membership, https://github.com/nodejs/TSC/blob/main/TSC-Charter.md#section-3-establishment-of-the-tsc says it takes a standard TSC motion, and we can probably use the reactions on this issue for that – once at least half voting TSC members have reacted with 👍 on this issue, and no one has objected, and you have already re-joined the Collaborators team, you can re-join the TSC.

@mhdawson
Copy link
Member

mhdawson commented Mar 6, 2025

+1 from me

@mhdawson
Copy link
Member

mhdawson commented Mar 6, 2025

I can't find any governance that specifically relates to a collaborator asking to rejoin, the goverance for new collaborator nominations says it needs to be open for a week. This issue will have been open for a week as of Friday so I suggest we land the PR, add to teams then.

nodejs-github-bot pushed a commit to nodejs/node that referenced this issue Mar 7, 2025
Refs: nodejs/TSC#1690
Signed-off-by: Darshan Sen <[email protected]>
PR-URL: #57292
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Jordan Harband <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
@mhdawson
Copy link
Member

mhdawson commented Mar 7, 2025

I had meant to add you to the groups today @RaisinTen but my time ran out. Will try to do it Monday unless somebody beats me to it.

@RaisinTen
Copy link
Member Author

Antoine has already added me to the collaborator and triager teams.

For the TSC membership, this post has completed 1 week with +1s from more than half the voting TSC members and no objections:

  1. gireeshpunathil
  2. mcollina
  3. ruyadorno
  4. tniessen
  5. jasnell
  6. marco-ippolito
  7. targos
  8. richardlau
  9. RafaelGSS
  10. legendecas
  11. ShogunPanda
  12. anonrig
  13. mhdawson
How to check who 👍ed this issue

Sign in with GitHub on this explorer: https://docs.github.com/en/graphql/overview/explorer
and run this GraphQL query:

{
  repository(owner: "nodejs", name: "TSC") {
    issue(number: 1690) {
      reactions(first: 100, content: THUMBS_UP) {
        edges {
          node {
            user {
              login
            }
          }
        }
      }
    }
  }
}

So I think the TSC motion has passed and the onboarding can be initiated. Lmk if I need to do anything else from my side.

aduh95 pushed a commit to nodejs/node that referenced this issue Mar 9, 2025
Refs: nodejs/TSC#1690
Signed-off-by: Darshan Sen <[email protected]>
PR-URL: #57292
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Jordan Harband <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
aduh95 pushed a commit to nodejs/node that referenced this issue Mar 9, 2025
Refs: nodejs/TSC#1690
Signed-off-by: Darshan Sen <[email protected]>
PR-URL: #57292
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Jordan Harband <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
@mhdawson
Copy link
Member

@RaisinTen have opened PR to add you back and should have have invites etc. with respect to the onboarding.

@RaisinTen
Copy link
Member Author

Thank you!

Since the last few remaining onboarding steps are already in progress and are being tracked in nodejs/node#57402 (comment), I'll go ahead and close this issue.

RafaelGSS pushed a commit to nodejs/node that referenced this issue Apr 1, 2025
Refs: nodejs/TSC#1690
Signed-off-by: Darshan Sen <[email protected]>
PR-URL: #57292
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Jordan Harband <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
RafaelGSS pushed a commit to nodejs/node that referenced this issue Apr 1, 2025
Refs: nodejs/TSC#1690
Signed-off-by: Darshan Sen <[email protected]>
PR-URL: #57292
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Jordan Harband <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
aduh95 pushed a commit to nodejs/node that referenced this issue Apr 2, 2025
Refs: nodejs/TSC#1690
Signed-off-by: Darshan Sen <[email protected]>
PR-URL: #57292
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Jordan Harband <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
aduh95 pushed a commit to nodejs/node that referenced this issue Apr 3, 2025
Refs: nodejs/TSC#1690
Signed-off-by: Darshan Sen <[email protected]>
PR-URL: #57292
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Jordan Harband <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants