Skip to content

Commit 6fa6612

Browse files
committed
Document release branches
1 parent e237589 commit 6fa6612

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<!--
22
Please link to the issue this PR solves.
33
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 dev branch!
46
-->

doc/CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Contributing
44

5+
- [Pull Requests](#pull-requests)
56
- [Requirements](#requirements)
67
- [Development Workflow](#development-workflow)
78
- [Build](#build)
@@ -12,6 +13,15 @@
1213

1314
- [Detailed CI and build process docs](../ci)
1415

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.
24+
1525
## Requirements
1626

1727
Please refer to [VS Code's prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites).

0 commit comments

Comments
 (0)