Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Oct 14, 2024
1 parent 0e24348 commit f6526e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This project uses a highly opinionated dependency vendoring strategy. This strat
3. The `script/bootstrap` command installs vendored dependencies with `SHARDS_CACHE_PATH="vendor/.cache/shards" shards install ...` to ensure that each project has its own cache and does not interfere with other crystal projects
4. The `script/update` command will re-vendor all dependencies and update the vendored dependencies in the repository. This will always result is changes to all dependencies, even if the version has not changed. This is to ensure that the vendored dependencies are always up to date and can be used to build the project.

## Testing 🧪

- All code must have unit tests
- 100% code coverage is enforced
- Acceptance tests are used to test the application as a whole

## Development Commands 💻

### Setup
Expand Down

0 comments on commit f6526e8

Please sign in to comment.