Skip to content

Commit

Permalink
Update to edit a sentence into bullet points
Browse files Browse the repository at this point in the history
For easier reading.

Co-authored-by: Ian James <[email protected]>
  • Loading branch information
chao-xian and injms authored Mar 22, 2022
1 parent 0163ce7 commit e3b585f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions source/standards/source-code/working-with-git.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ You can configure some CI systems to check out the default branch rather than ha

### Atomic commits

Each commit should be atomic, meaning that each commit should only include changes that achieve a given, granular, step.
They should also be logical steps that follow each other. As Anna Shipman describes it,
Each commit should be atomic - this means that each commit:

* is self-contained
* only includes changes that achieve a specific step
* should be in a logical order

As Anna Shipman describes it,
[they should tell a story](https://www.annashipman.co.uk/jfdi/good-pull-requests.html#make-the-pull-request-tell-a-story).

### Commit messages
Expand Down

0 comments on commit e3b585f

Please sign in to comment.