Skip to content

Commit

Permalink
docs: update contribute doc (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions authored Mar 8, 2023
1 parent 4e40256 commit cc50fc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions community/contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ git clone git@github.com:shuttle-hq/shuttle.git
cd shuttle
```

> Note: We need the git tags for the local development workflow, but they may not be included when you clone the repository.
To make sure you have them, run `git fetch upstream --tags`, where upstream is the name of the shuttle remote repository.

You should now be ready to setup a local environment to test code changes to core `shuttle` packages as follows:

From the root of the shuttle repo, build the required images with:
Expand Down

0 comments on commit cc50fc3

Please sign in to comment.