Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 825fde4

Browse files
authored
Remove redundancy in CONTRIBUTING.md (#744)
Too much local in a sentence. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
1 parent cd6a736 commit 825fde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To contribute to this repo, you'll use the _Fork and Pull_ model common in many
6060
- For details on contributing using the GitHub webpage UI, see [Contributing using the GH UI](docs/contributing_via_GH_UI.md).
6161

6262
This repository uses [submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to incorporate the [taxonomy schema](https://github.com/instructlab/schema.git).
63-
So, when using a local clone of this Git repository locally, be sure to use the [`--recurse-submodules`](https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---recurse-submodulesltpathspecgt) option on the `git clone` command and the `git pull` command when pulling updates from the remote repository.
63+
So, when using a local clone of this Git repository, be sure to use the [`--recurse-submodules`](https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---recurse-submodulesltpathspecgt) option on the `git clone` command and the `git pull` command when pulling updates from the remote repository.
6464
For example:
6565

6666
```shell

0 commit comments

Comments
 (0)