Skip to content

Commit

Permalink
Update stale contributing docs (zio#5920)
Browse files Browse the repository at this point in the history
  • Loading branch information
mijicd committed Oct 30, 2021
1 parent 3280e57 commit 8d41e70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/about/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@ At this point, you should re-run all tests to make sure everything is passing:
sbt test
```

If all the tests are passing, then you can prepare your code to be shipped:
If all the tests are passing, then you can format your code to be shipped:

```bash
# If you are already in a SBT session you can type only 'prepare'
# If you are already in a SBT session you can type only 'fmt'

sbt prepare
sbt fmt
```

For simplicity, there is a command that does everything. Prepares code, compiles it and runs tests:
For simplicity, there is a command that does everything. Formats the code, compiles it and runs tests:

```bash
# If you are already in a SBT session you can type only 'build'
Expand Down

0 comments on commit 8d41e70

Please sign in to comment.