Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: EoinShaughnessy <72507742+EoinShaughnessy@users.noreply.github.com>
  • Loading branch information
lfdebrux and EoinShaughnessy authored May 13, 2021
1 parent cca248e commit 86ba450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ branches.

### Commit hygiene

Please see our [Git style guide in the 'How to store source code' page of the GDS Way](https://gds-way.cloudapps.digital/standards/source-code.html#commit-messages) which describes how we prefer git history and commit messages to read.
Please see our [Git style guide in the 'How to store source code' page of the GDS Way](https://gds-way.cloudapps.digital/standards/source-code.html#commit-messages), which describes how we prefer Git history and commit messages to read.
2 changes: 1 addition & 1 deletion docs/documentation/setting-up-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ git commit -m "First commit"
```
The message you put in the speech marks should be descriptive of the changes you are committing. This will help in the future if you or someone else needs to look back at your changes and know why you made them.

More information on writing good commit messages is in the [Git style guide in the 'How to store source code' page of the GDS Way](https://gds-way.cloudapps.digital/standards/source-code.html#commit-messages).
Read more about writing good commit messages in the [Git style guide in the 'How to store source code' page of the GDS Way](https://gds-way.cloudapps.digital/standards/source-code.html#commit-messages).

## 5) Check Git status again

Expand Down

0 comments on commit 86ba450

Please sign in to comment.