diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2022-05-16 02:36:04 +0200 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2022-05-16 02:36:04 +0200 |
commit | 2ba3e45c93e5cef663c65a94f30634c8e48ec7bc (patch) | |
tree | 58ddae6c13ad41d6770462fabeba3c45cd71d2e9 /index.html | |
parent | ac81f9d54cede42b4725d2289203c1cf1653c4e1 (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.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |