Skip to content

Commit bf47799

Browse files
authored
docs: Update contributing requirements (#2775)
Resolves: #2771
1 parent 077af05 commit bf47799

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ There are several differences, however. You must:
3535
- Use Node.js version 12.x (or greater)
3636
- Have [yarn](https://classic.yarnpkg.com/en/) installed (which is used to install JS packages and run development scripts)
3737
- Have [nfpm](https://github.com/goreleaser/nfpm) (which is used to build `.deb` and `.rpm` packages and [jq](https://stedolan.github.io/jq/) (used to build code-server releases) installed
38+
- Have [shfmt](https://pkg.go.dev/mvdan.cc/sh/v3) installed to run `yarn fmt` (requires Go is installed on your system)
3839

39-
The [CI container](../ci/images/debian8/Dockerfile) is a useful reference for all
40+
The [CI container](../ci/images/debian10/Dockerfile) is a useful reference for all
4041
of the dependencies code-server uses.
4142

4243
## Development Workflow

0 commit comments

Comments
 (0)