Skip to content

Commit e8ac0d3

Browse files
nhooyrcode-asher
andauthored
Document release branches (#1995)
* Document release branches * Update doc/CONTRIBUTING.md Co-authored-by: Asher <[email protected]> Co-authored-by: Asher <[email protected]>
1 parent e237589 commit e8ac0d3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/pull_request_template.md

+2
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 master branch!
46
-->

doc/CONTRIBUTING.md

+11
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,16 @@
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 and we don't want users to see docs on unreleased
24+
features.
25+
1526
## Requirements
1627

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

0 commit comments

Comments
 (0)