[llvm] Fix #65890: Update the bot message to use github pull requests (PR #65914)

Danny Mösch via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 24 10:39:13 PDT 2023


================
@@ -23,17 +23,15 @@
 
 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:
 
-  1) Assign the issue to you.
+  1) In the comments of the issue, request for it to be assigned to you.
   2) Fix the issue locally.
   3) [Run the test suite](https://llvm.org/docs/TestingGuide.html#unit-and-regression-tests) locally.
     3.1) Remember that the subdirectories under `test/` create fine-grained testing targets, so you can
          e.g. use `make check-clang-ast` to only run Clang's AST tests.
   4) Create a `git` commit
   5) Run [`git clang-format HEAD~1`](https://clang.llvm.org/docs/ClangFormat.html#git-integration) to format your changes.
-  6) Submit the patch to [Phabricator](https://reviews.llvm.org/).
-    6.1) Detailed instructions can be found [here](https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface)
-
-For more instructions on how to submit a patch to LLVM, see our [documentation](https://llvm.org/docs/Contributing.html).
+  6) Submit the pull request in the [github repository](https://github.com/llvm/llvm-project/pulls).
----------------
SimplyDanny wrote:

```suggestion
  6) Open a pull request to the [upstream repository](https://github.com/llvm/llvm-project/pulls) on GitHub.
```

https://github.com/llvm/llvm-project/pull/65914


More information about the llvm-commits mailing list