aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 14525dd..5f76a99 100644
--- a/index.html
+++ b/index.html
@@ -137,7 +137,7 @@ git checkout -b main <span class="comment"># Make n
<pre><code>git checkout maneage
git branch -b my-fix</code></pre>
</li>
- <li>Commit your fix over this new branch.</li>
+ <li>Commit your fix over this new branch (see these <a href="https://www.gnu.org/software/gnuastro/manual/html_node/Commit-guidelines.html">commit message guidelines</a>).</li>
<li>Build a new project on your favorite Git repository (GitLab, BitBucket, or GitHub for example) and assign it to a new Git remote in your project.
Let's call it <code>my-remote</code>.
You only need to do this once and keep this for future fixes.