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