|
2 | 2 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
3 | 3 | # Contributing
|
4 | 4 |
|
5 |
| -- [Contributing](#contributing) |
6 |
| - - [Requirements](#requirements) |
7 |
| - - [Linux-specific requirements](#linux-specific-requirements) |
8 |
| - - [Creating pull requests](#creating-pull-requests) |
9 |
| - - [Commits and commit history](#commits-and-commit-history) |
10 |
| - - [Development workflow](#development-workflow) |
11 |
| - - [Updates to VS Code](#updates-to-vs-code) |
12 |
| - - [Build](#build) |
13 |
| - - [Help](#help) |
14 |
| - - [Test](#test) |
15 |
| - - [Unit tests](#unit-tests) |
16 |
| - - [Script tests](#script-tests) |
17 |
| - - [Integration tests](#integration-tests) |
18 |
| - - [End-to-end tests](#end-to-end-tests) |
19 |
| - - [Structure](#structure) |
20 |
| - - [Modifications to VS Code](#modifications-to-vs-code) |
21 |
| - - [Currently Known Issues](#currently-known-issues) |
| 5 | +- [Requirements](#requirements) |
| 6 | + - [Linux-specific requirements](#linux-specific-requirements) |
| 7 | +- [Creating pull requests](#creating-pull-requests) |
| 8 | + - [Commits and commit history](#commits-and-commit-history) |
| 9 | +- [Development workflow](#development-workflow) |
| 10 | + - [Updates to VS Code](#updates-to-vs-code) |
| 11 | + - [Build](#build) |
| 12 | + - [Help](#help) |
| 13 | +- [Test](#test) |
| 14 | + - [Unit tests](#unit-tests) |
| 15 | + - [Script tests](#script-tests) |
| 16 | + - [Integration tests](#integration-tests) |
| 17 | + - [End-to-end tests](#end-to-end-tests) |
| 18 | +- [Structure](#structure) |
| 19 | + - [Modifications to VS Code](#modifications-to-vs-code) |
| 20 | + - [Currently Known Issues](#currently-known-issues) |
22 | 21 |
|
23 | 22 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
24 | 23 |
|
|
0 commit comments