Closed derberg closed 1 year ago
I'm having doubts if it makes sense to maintain voters file per repo. Repo user cared about codeowners as this is the group of people that are important gate keepers for giver repo. TSC is for a group of people taking care for entire organization, so I think that actually VOTERS files should be only located in the website
or community
repos.
Advantage:
Disadvantage:
Thoughts?
This issue has been automatically marked as stale because it has not had recent activity :sleeping: It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation. Thank you for your contributions :heart:
This issue has been automatically marked as stale because it has not had recent activity :sleeping: It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation. Thank you for your contributions :heart:
VOTERS file structure:
- github: derberg
linkedin: lukasz-gornicki-a621914
twitter: derberq
availableForHire: false
#if this field is not provided, it means the person is an individual contributor
#if this field is provided, it is used to check if the number of TSC members from one company still allows others to join
companyName: Postman
- github: aayushmau5
linkedin: aayushmau5
twitter: aayushmau5
availableForHire: true
in the community
repo, we will have one file that lists all TSC members (TSC_MEMBERS.yml), with an additional field, the name of repos (repos
) where the given TSC member is a maintainer.
ok, for now we have a basic list that is for now updated manually -> https://github.com/asyncapi/community/blob/master/TSC_MEMBERS.json.
for voting, a temporary solution is to use this mailing list. Until we get some fancy voting app in place, with deadlines, reminders, etc.
Whenever we update this list, we will also have bot updating it in the website -> https://github.com/asyncapi/website/blob/master/config/TSC_MEMBERS.json
still missing:
VOTERS
file per repo and then automated building of TSC_MEMBERS.json
TSC_MEMBERS.json
and renders a beautiful list of all TSC members for voting, a temporary solution is to use this mailing list.
Would Github Discussions work better than mailing list? You can vote in there and it's more reachable IMHO.
we could definitely include Discussions when we work on voting app. Like a wrapper around? so it is easier for other to vote, but still all is transparent somewhere publicly, definitely an option
ok, the display of TSC members is here -> https://www.asyncapi.com/community/tsc
VOTERS file - I doubt we need it after all
and yeah, voting app 🤔
This issue has been automatically marked as stale because it has not had recent activity :sleeping:
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Thank you for your patience :heart:
What we have atm:
What we do not have atm:
TSC_MEMBERS.json
to MAINTAINERS.json
and keep there all folks from CODEOWNERS from all repos. Using GitHub API we can check their names and even info about twitter profile. MAINTAINERS.json
that would indicate if person is a TSC memberMAINTAINERS.json
would be triggered by the change in CODEOWNERS in any repo under AsyncAPIMAINTAINERS.json
that PR workflow would allow, would be update of existing members in a file, no additions/removals would be allowed because these can be done only if someone is removed or added to CODEOWNERSMAINTAINERS.json
with more social media details + info about TSC membershipMAINTAINERS.json
would also contain aggregated information about a number of TSC members, per company info, and how many more can be added by given company at a given moment@fmvilas @derberg I would like to work on this as part of the Mentorship program. 😊
@fmvilas @derberg Hello sir, i am working for issue #178 "we should have a GH workflow that posts a welcome message to the PR that is merged that contained new TSC member" and for that i am exploring in depth about GH action and github REST and GraphQL API. Also it's related to TSC so i would like contribute on this as a part of "Mentorship Program".
Over the past months, I have been contributing to the asyncapi/.github
repository and learning about GHA. This is an interesting issue which I want to work on during the mentorship
This issue has been automatically marked as stale because it has not had recent activity :sleeping:
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Thank you for your patience :heart:
This issue has been automatically marked as stale because it has not had recent activity :sleeping:
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Thank you for your patience :heart:
Hey @derberg ,I would to participate in GSOC'23 with this issue and would like to more clarification of what voting scheme need to be there?
I am interested in this project issue this GSOC'23
ok folks, as this issue is super old, with conversation history that might make it difficult to follow, I decided to refresh it and create new issue.
closing this one and please follow https://github.com/asyncapi/.github/issues/210 if you are interested
Reason/Context
Our open governance model introduces a TSC that consists of all the CODEOWNERS that want to use their right to have a vote in TSC decisions making process.
We need a bot/github action that will read VOTERS files from all repos, maintain single list, and put it on the website
Description