Skip to content

Commit 576a2ef

Browse files
authored
Use imperative mood for commit message examples (#126)
2 parents c3ead02 + 80079b6 commit 576a2ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/adopt-existing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ If you have a [python3-pip-skeleton](https://github.com/DiamondLightSource/pytho
2121
copier copy gh:DiamondLightSource/python-copier-template --trust --vcs-ref=1.0.0 /path/to/existing-project
2222
git diff
2323
# Examine the changes, put back anything you want to keep
24-
git commit -m "Adopted python-copier-template 1.0.0"
24+
git commit -m "Adopt python-copier-template 1.0.0"
2525
copier update --trust /path/to/existing-project
2626
git diff
2727
# Examine the changes, resolve any merge conflicts
28-
git commit -m "Updated to python-copier-template x.x.x"
28+
git commit -m "Update to python-copier-template x.x.x"
2929
```
3030

3131
## If you do not have a skeleton-based project
@@ -36,7 +36,7 @@ If you have a project with a different structure then it is best to go straight
3636
copier copy --trust gh:DiamondLightSource/python-copier-template /path/to/existing-project
3737
git diff
3838
# Examine the changes, put back anything you want to keep
39-
git commit -m "Adopted python-copier-template x.x.x"
39+
git commit -m "Adopt python-copier-template x.x.x"
4040
```
4141

4242
:::{note}

0 commit comments

Comments
 (0)