Skip to content

Commit dc8b055

Browse files
[GitHub] Update bot message to suggest GitHub pull requests (#65914)
Fixes #65890. --------- Co-authored-by: Danny Mösch <[email protected]>
1 parent 79a2cf5 commit dc8b055

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

llvm/utils/git/github-automation.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,15 @@
2424
2525
This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
2626
27-
1) Assign the issue to you.
27+
1) In the comments of the issue, request for it to be assigned to you.
2828
2) Fix the issue locally.
2929
3) [Run the test suite](https://llvm.org/docs/TestingGuide.html#unit-and-regression-tests) locally.
3030
3.1) Remember that the subdirectories under `test/` create fine-grained testing targets, so you can
3131
e.g. use `make check-clang-ast` to only run Clang's AST tests.
32-
4) Create a `git` commit
32+
4) Create a Git commit.
3333
5) Run [`git clang-format HEAD~1`](https://clang.llvm.org/docs/ClangFormat.html#git-integration) to format your changes.
34-
6) Submit the patch to [Phabricator](https://reviews.llvm.org/).
35-
6.1) Detailed instructions can be found [here](https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface)
36-
37-
For more instructions on how to submit a patch to LLVM, see our [documentation](https://llvm.org/docs/Contributing.html).
34+
6) Open a [pull request](https://github.com/llvm/llvm-project/pulls) to the [upstream repository](https://github.com/llvm/llvm-project) on GitHub.
35+
6.1) Detailed instructions can be found [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
3836
3937
If you have any further questions about this issue, don't hesitate to ask via a comment on this Github issue.
4038
"""

0 commit comments

Comments
 (0)