Subscribing to GitHub issue labels

Hi,

We have a system now for subscribing to GitHub issue labels. If you
want to subscribe to a label, request membership in the
issue-subscribers-$LABEL_NAME team from https://github.com/orgs/llvm/teams.

If the team does not exist yet, file an issue and assign it to me and I will
create the team.

I would also like to document these steps somewhere. Where is the best place to
do this? The Developer Policy?

- Tom

Hi,

We have a system now for subscribing to GitHub issue labels. If you
want to subscribe to a label, request membership in the
issue-subscribers-$LABEL_NAME team from https://github.com/orgs/llvm/teams.

That’s awesome! Thanks :slight_smile:
I really missed this after the transition.

I still haven’t figured how to request membership though? Scrubbing through GitHub documentation I only found how an admin can add members but not how to request as an aspiring member?

If the team does not exist yet, file an issue and assign it to me and I will
create the team.

I would also like to document these steps somewhere. Where is the best place to
do this? The Developer Policy?

Did we have any doc about BugZilla?

My process for now ....

* Ensure the component is available on
https://github.com/llvm/llvm-project/issues/labels
* Visit https://github.com/orgs/llvm/teams/ . If the relevant
issue-subscribers-* already exists, finish
* Otherwise, search
https://github.com/llvm/llvm-project/issues?q=is%3Aissue+is%3Aopen+"Create+team"+
whether a feature request already exists.
* Otherwise, click "New issue" and create a request like an existing
one (e.g. https://github.com/llvm/llvm-project/issues/53028 thanks to
keith for making the first request!)
* After Tom has created the team, visit
https://github.com/orgs/llvm/teams/issue-subscribers-lld-wasm/ (this
URL is available on https://github.com/orgs/llvm/teams)
* Click the "Members" tab
(https://github.com/orgs/llvm/teams/issue-subscribers-lld-wasm/members)
* Click the "Request to join" button

Thanks! going to the Members tab is what I was missing :slight_smile: