From 2ba3e45c93e5cef663c65a94f30634c8e48ec7bc Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 16 May 2022 02:36:04 +0200 Subject: 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. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # Make n
git checkout maneage
 git branch -b my-fix
-
  • Commit your fix over this new branch.
  • +
  • Commit your fix over this new branch (see these commit message guidelines).
  • 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 my-remote. You only need to do this once and keep this for future fixes. -- cgit v1.2.1