[llvm] e469d0d - [doc] Give better info about forks

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 07:39:44 PDT 2023


Author: Paul Robinson
Date: 2023-06-28T07:39:34-07:00
New Revision: e469d0d636f36140b08d0b5f603c043008307bcf

URL: https://github.com/llvm/llvm-project/commit/e469d0d636f36140b08d0b5f603c043008307bcf
DIFF: https://github.com/llvm/llvm-project/commit/e469d0d636f36140b08d0b5f603c043008307bcf.diff

LOG: [doc] Give better info about forks

Differential Revision: https://reviews.llvm.org/D153884

Added: 
    

Modified: 
    llvm/docs/GitHub.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GitHub.rst b/llvm/docs/GitHub.rst
index 8c67735fb4d32..0b6e96d6fbdbc 100644
--- a/llvm/docs/GitHub.rst
+++ b/llvm/docs/GitHub.rst
@@ -29,7 +29,9 @@ policies LLVM will be adopting once the project starts using them.
 
 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


        


More information about the llvm-commits mailing list