aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2022-05-16 02:36:04 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2022-05-16 02:36:04 +0200
commit2ba3e45c93e5cef663c65a94f30634c8e48ec7bc (patch)
tree58ddae6c13ad41d6770462fabeba3c45cd71d2e9
parentac81f9d54cede42b4725d2289203c1cf1653c4e1 (diff)
index.html: link to Gnuastro's commit guidelines added
Until now, in the "Merge/Pull requests" of section of the main webpage, there was no link to the commit guidelines. This would make it hard for new contributors to know what is expected. With this commit, a link to Gnuastro's commit guidelines has been added in the second step of that checklist (that is about committing). This was proposed by Manuel Solimano.
-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.