[llvm] b09daa4 - [llvm][docs] 2 small fixes to GitHub guide (#134620)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 7 08:39:07 PDT 2025
Author: David Spickett
Date: 2025-04-07T16:39:04+01:00
New Revision: b09daa4b2314342ed9084d7d85ccd3294fd68021
URL: https://github.com/llvm/llvm-project/commit/b09daa4b2314342ed9084d7d85ccd3294fd68021
DIFF: https://github.com/llvm/llvm-project/commit/b09daa4b2314342ed9084d7d85ccd3294fd68021.diff
LOG: [llvm][docs] 2 small fixes to GitHub guide (#134620)
1. `arc` is long gone, no need to mention it.
2. Say exactly where user branches can be made.
Added:
Modified:
llvm/docs/GitHub.rst
Removed:
################################################################################
diff --git a/llvm/docs/GitHub.rst b/llvm/docs/GitHub.rst
index 7b614b6ca5d45..c33027daf6447 100644
--- a/llvm/docs/GitHub.rst
+++ b/llvm/docs/GitHub.rst
@@ -42,8 +42,7 @@ GitHub Tools
You can interact with GitHub in several ways: via git command line tools,
the web browser, `GitHub Desktop <https://desktop.github.com/>`_, or the
`GitHub CLI <https://cli.github.com>`_. This guide will cover the git command line
-tools and the GitHub CLI. The GitHub CLI (`gh`) will be most like the `arc` workflow and
-recommended.
+tools and the GitHub CLI.
Creating Pull Requests
----------------------
@@ -219,10 +218,11 @@ commonly used first:
Branches
========
-It is possible to create branches that start with `users/<username>/`, however this is
-intended to be able to support "stacked" pull-request. Do not create any branches in the
-llvm/llvm-project repository otherwise, please use a fork (see above). User branches that
-aren't associated with a pull-request **will be deleted**.
+It is possible to create branches in `llvm/llvm-project/` that start with
+`users/<username>/`, however this is intended to be able to support "stacked"
+pull-request. Do not create any branches in the `llvm/llvm-project` repository
+otherwise, please use a fork (see above). User branches that aren't
+associated with a pull-request **will be deleted**.
Stacked Pull Requests
=====================
More information about the llvm-commits
mailing list