From 30ed914afb451d7be9094cb81a5ed6113b6a3e54 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Mon, 7 Jun 2021 16:58:14 +0200 Subject: [PATCH] Remove 'master' reference in the default PR template, reference the template --- .github/pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ec3db2f..ca71f17 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ -- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your master branch! +- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [ ] Ensure that the pull request title represents the desired changelog entry - [ ] Please describe what you did - [ ] Link to relevant issues in GitHub or Jira @@ -8,5 +8,7 @@ - [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue