From e8ac0d33f9f08033f2d970dd54f47f58709db03d Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Wed, 26 Aug 2020 07:08:02 -0400 Subject: [PATCH] Document release branches (#1995) * Document release branches * Update doc/CONTRIBUTING.md Co-authored-by: Asher Co-authored-by: Asher --- .github/pull_request_template.md | 2 ++ doc/CONTRIBUTING.md | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6e29ad1b..4cdeac9f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,6 @@ diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index af04b57c..b8b01492 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -2,6 +2,7 @@ # Contributing +- [Pull Requests](#pull-requests) - [Requirements](#requirements) - [Development Workflow](#development-workflow) - [Build](#build) @@ -12,6 +13,16 @@ - [Detailed CI and build process docs](../ci) +## Pull Requests + +Please link to the issue each PR solves. +If there is no existing issue, please first create one unless the fix is minor. + +Please make sure the base of your PR is the master branch. We keep the GitHub +default branch the latest release branch to avoid confusion as the +documentation is on GitHub and we don't want users to see docs on unreleased +features. + ## Requirements Please refer to [VS Code's prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites).