[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit 7b39d5b512 1/2: docs: Update name of default br
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit 7b39d5b512 1/2: docs: Update name of default branch from master to main |
Date: |
Sun, 17 Dec 2023 15:59:40 -0500 (EST) |
branch: elpa/git-commit
commit 7b39d5b5122c87363160b62c9cfb4256784dfc74
Author: Martin Joerg <martin.joerg@gmail.com>
Commit: Jonas Bernoulli <jonas@bernoul.li>
docs: Update name of default branch from master to main
---
.github/PULL_REQUEST_TEMPLATE | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 3598007f3f..8c9b4cce2b 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -2,9 +2,9 @@
Use a dedicated feature branch
=================================================================
-Please use a dedicated feature branch for your feature request, instead of
asking us to merge "your-fork/master" into the "origin/master". The use of
dedicated branches makes it much more convenient to deal with pull-requests,
especially when using Magit to do so.
+Please use a dedicated feature branch for your feature request, instead of
asking us to merge "your-fork/main" into the "origin/main". The use of
dedicated branches makes it much more convenient to deal with pull-requests,
especially when using Magit to do so.
-If you were about to open a pull-request asking us to merge your version of
"master", then see [1] for instructions on how to quickly fix that and some
information on why we ask you to do so.
+If you were about to open a pull-request asking us to merge your version of
"main", then see [1] for instructions on how to quickly fix that and some
information on why we ask you to do so.
Additionally we ask you to allow us to push to the branch you want us to
merge. We might want to push additional commits and/or make minor changes.
Please make sure the box next to "Allow edits from maintainers" is checked
before creating the pull-request.