mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-03-22 04:33:26 +01:00
Sign recent changes
This commit is contained in:
@@ -193,8 +193,8 @@ the following:</p>
|
||||
<h5 id="pull-requests"><u>Pull Requests</u></h5>
|
||||
<ul>
|
||||
<li><strong>Do</strong> create a <a href="http://git-scm.com/book/en/Git-Branching-Branching-Workflows#Topic-Branches">topic
|
||||
branch</a> to work on instead of working directly on
|
||||
<code>master</code>. This helps to:
|
||||
branch</a> to work on instead of working directly on <code>main</code>.
|
||||
This helps to:
|
||||
<ul>
|
||||
<li>Protect the process.</li>
|
||||
<li>Ensures users are aware of commits on the branch being considered
|
||||
@@ -210,7 +210,7 @@ rule</a> for Git commit messages.</li>
|
||||
PR</a> if submitting unfinished changes..</li>
|
||||
<li><strong>Do</strong> make sure the title of a draft PR makes it
|
||||
immediately clear that it’s a draft</li>
|
||||
<li><strong>Do</strong> target your pull request to the <strong>master
|
||||
<li><strong>Do</strong> target your pull request to the <strong>main
|
||||
branch</strong>.</li>
|
||||
<li><strong>Do</strong> specify a descriptive title to make searching
|
||||
for your pull request easier.</li>
|
||||
|
||||
Reference in New Issue
Block a user