From fcbce655232bb94ed87d823653e3b0a5028fadfe Mon Sep 17 00:00:00 2001 From: hangy Date: Wed, 27 Oct 2021 11:29:27 +0200 Subject: [PATCH] docs: Update branch name in PR template (#1137) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f0894a677..f12266ce7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Here is a checklist you should tick through before submitting a pull request: - [ ] If the code is copied from StackOverflow (or a blog or OSS) full disclosure is included. That includes required license files and/or file headers explaining where the code came from with proper attribution - [ ] There are very few or no comments (because comments shouldn't be needed if you write clean code) - [ ] Xml documentation is added/updated for the addition/change - - [ ] Your PR is (re)based on top of the latest commits from the `dev` branch (more info below) + - [ ] Your PR is (re)based on top of the latest commits from the `main` branch (more info below) - [ ] Link to the issue(s) you're fixing from your PR description. Use `fixes #` - [ ] Readme is updated if you change an existing feature or add a new one - [ ] Run either `build.cmd` or `build.ps1` and ensure there are no test failures