Skip to content

Commit cefe2a8

Browse files
committed
docs: Update contributing requirements
Resolves: #2771
1 parent 19e5609 commit cefe2a8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/CONTRIBUTING.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Contributing
44

5-
- [Pull Requests](#pull-requests)
6-
- [Requirements](#requirements)
7-
- [Development Workflow](#development-workflow)
8-
- [Updating VS Code](#updating-vs-code)
9-
- [Build](#build)
10-
- [Structure](#structure)
11-
- [Modifications to VS Code](#modifications-to-vs-code)
12-
- [Currently Known Issues](#currently-known-issues)
5+
- [Contributing](#contributing)
6+
- [Pull Requests](#pull-requests)
7+
- [Requirements](#requirements)
8+
- [Development Workflow](#development-workflow)
9+
- [Updating VS Code](#updating-vs-code)
10+
- [Build](#build)
11+
- [Structure](#structure)
12+
- [Modifications to VS Code](#modifications-to-vs-code)
13+
- [Currently Known Issues](#currently-known-issues)
1314

1415
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1516

@@ -35,8 +36,9 @@ There are several differences, however. You must:
3536
- Use Node.js version 12.x (or greater)
3637
- Have [yarn](https://classic.yarnpkg.com/en/) installed (which is used to install JS packages and run development scripts)
3738
- 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
39+
- Have [shfmt](https://pkg.go.dev/mvdan.cc/sh/v3) installed to run `yarn fmt` (requires Go is installed on your system)
3840

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

4244
## Development Workflow

0 commit comments

Comments
 (0)