Sign recent changes

This commit is contained in:
nopenothinghere
2023-08-09 12:02:01 -04:00
parent 1273f7acc8
commit c23dd99036
183 changed files with 720 additions and 441 deletions

View File

@@ -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 its 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>