Skip to content

Fixed inaccurate PR labelling instructions #10268

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

Merged
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion docs/source/new-contributor-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,15 @@ Once you've successfully finished local development, it's time to send out your

![](./_static/img/new-contributor-guide/release_notes.png)

Please ignore this message. It's directed at the ExecuTorch maintainers — they'll label your PR for you.
As the comment says, you can add a label by commenting on the PR with an instruction to pytorchbot. You can see a list of all our labels [here](https://github.com/pytorch/executorch/labels/). Pick the one which fits your PR best, then add it as a comment using the syntax `@pytorchbot label "YOUR LABEL HERE"`. For example:

![](./_static/img/new-contributor-guide/how_to_label1.png)

After you've submitted your comment, `pytorchbot` will add your chosen label to the PR:

![](./_static/img/new-contributor-guide/how_to_label2.png)

and the `github-actions` comment requesting a label will disappear.

* At the end of your Draft PR, you'll see something like this:

Expand Down
Loading