-
Notifications
You must be signed in to change notification settings - Fork 15
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
Properly list the organization members #230
Comments
I agree @UlisesGascon. It'll keep things accurate and make it easier for people to contact those who want to join the triage team |
I agree, if it is appropriate, I can make an improvement if I reach the contact list 🚀 |
I think my concern was more about all the other stuff mainly. I did think that the triage team which gets alot of "add me" PRs who then never respond to a single issue to help with the effort was the other concern. With the new Triage team policy that should go away and so maybe it is enough.
That said, I am neutral on this because it is just another thing to keep updated. Could we instead ask someone to write a small action to use the api to sync members from their teams first? It should be really easy to do and would mean we can just invite folks to the team and all the docs and stuff are automatically updated. This is a much better long term play imo than manually doing it. |
@mertcanaltin one thing I think maybe our docs are not making clear to folks: Everyone can start doing the work (the main thing we care about) before being on the list or team. For the Triage team that just means helping with issues. Respond to users questions, go read old ones and see if there is a good solution, etc. And while you cannot yet close or label them, you can always ping someone who can if you find one which needs that action. In addition to all that, doing that work is a great way to learn about the project and get involved and helping quickly. There is no official thing from the project you need to help in that way! So please feel free to follow repos and start helping! |
@wesleytodd I opened a pr 🚀 |
Yep, with the new nomination process in place this is not an issue now :)
Agree, I will like to have an automation for this but I think that we can do the first addition manually. I know that Node.js has some automation regarding this (ref1, ref2) at least to update the lists when a member got removed from certain teams. |
The Node approach uses git history to create its list of Active / Inactive collaborators. So simply folks w/ a commit tied to their names in the past 12 months. ✨✨ Here's a summary of how they do it:Overview of the ProcessTriggering the Action: The GitHub action is scheduled to run weekly, specifically every Monday at 4:05 AM UTC. It can also be triggered manually if needed. This ensures regular checks without needing manual initiation. Setting Up the Environment:
Identifying Inactive Collaborators:
Generating Outputs:
Handling Changes:
Review and Merge:
If we want to do something like Collaborators, we can essentially lift the Node code. If we want to do something which is Github team based, we can also do that. But will need to write a new action unless someone can find an existing one. It's not too hard to create said action, but we will need a Github Auth token, since the |
I am +1 to this idea and I will investigate how I can do it, I have updated the document to have manual pensioner lists |
While working on expressjs/express#5600, it was suggested that we list the organization members and teams to make it easier to identify the individuals helping the project (cc: @CBID2 @mertcanaltin). Node.js provides a great example of this (see).
Historically, only the TC members were listed in the community section of the website (see). Recently, in the Security WG, we decided to include the team members of the teams in the
README.md
file (see), and we also documented the Captains initiative in theCONTRIBUTING.md
(see).I think it's a great practice for our organization to maintain an updated list of all the people who have been part of the organization, both currently (active) and over the years (emeriti). It is a fantastic recognition of the effort invested by many individuals and a great exercise in transparency.
In the past, we had some discussions about this, and if I remember correctly, we thought that keeping the list in the main repository
README.md
might generate a lot of PRs and so on. I personally don't think this is an issue, as Node.js follows this practice and even includes those commits in the release notes, so the changelog also reflects the organization changes.In my opinion, we should keep both lists updated (website and the Express
README.md
) and include all the teams and roles, what do you think?The text was updated successfully, but these errors were encountered: