From a73552c7cffec0d35a92ece8f7a296dfacdcc04c Mon Sep 17 00:00:00 2001 From: Paul Jewell Date: Mon, 10 Feb 2025 22:57:35 +0100 Subject: [PATCH] Fix issue reference syntax Also, comment added to explain the challenge of starting the commit message with a # character. --- set-up-development-environment.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/set-up-development-environment.md b/set-up-development-environment.md index 27d19ab..81a360b 100644 --- a/set-up-development-environment.md +++ b/set-up-development-environment.md @@ -57,8 +57,10 @@ and also work on making additions. $ git commit ```` Note - the commit message should have the issue number at the - beginning. So in this case, "I6 - Document how to create local - environment" + beginning. So in this case, "Issue #6 - Document how to create local + environment". Note - Depending on the editor you are using to + edit your commit message, you might have issues if you *start* + the message with a '#'. 6. Push the changes to **your** repository: ```` $ git push upstream -- 2.43.5