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).