[PATCH] D153884: [doc] Give better info about forks

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 08:21:30 PDT 2023


probinson created this revision.
probinson added a reviewer: tstellar.
Herald added a project: All.
probinson requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

As mentioned on discourse <https://discourse.llvm.org/t/update-on-github-pull-requests/71540>


https://reviews.llvm.org/D153884

Files:
  llvm/docs/GitHub.rst


Index: llvm/docs/GitHub.rst
===================================================================
--- llvm/docs/GitHub.rst
+++ llvm/docs/GitHub.rst
@@ -29,7 +29,9 @@
 
 Creating Pull Requests
 ^^^^^^^^^^^^^^^^^^^^^^
-For pull requests, please push a branch to your fork of the llvm-project and
+For pull requests, please push a branch to your
+`fork <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks`_
+of the llvm-project and
 `create a pull request from the fork <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork>`_.
 
 Updating Pull Requests


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153884.534996.patch
Type: text/x-patch
Size: 698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230627/844691cb/attachment.bin>


More information about the llvm-commits mailing list