File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
Please link to the issue this PR solves.
3
3
If there is no existing issue, please first create one unless the fix is minor.
4
+
5
+ Please make sure the base of your PR is the master branch!
4
6
-->
Original file line number Diff line number Diff line change 2
2
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
3
# Contributing
4
4
5
+ - [ Pull Requests] ( #pull-requests )
5
6
- [ Requirements] ( #requirements )
6
7
- [ Development Workflow] ( #development-workflow )
7
8
- [ Build] ( #build )
12
13
13
14
- [ Detailed CI and build process docs] ( ../ci )
14
15
16
+ ## Pull Requests
17
+
18
+ Please link to the issue each PR solves.
19
+ If there is no existing issue, please first create one unless the fix is minor.
20
+
21
+ Please make sure the base of your PR is the master branch. We keep the GitHub
22
+ default branch the latest release branch to avoid confusion as the
23
+ documentation is on GitHub and we don't want users to see docs on unreleased
24
+ features.
25
+
15
26
## Requirements
16
27
17
28
Please refer to [ VS Code's prerequisites] ( https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites ) .
You can’t perform that action at this time.
0 commit comments