From 2333ae870ba3fe3db9713699f80c61d99c7e29a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20E=C3=9Flinger?= Date: Sat, 15 Aug 2020 19:38:45 +0200 Subject: [PATCH] chore(github): use correct branch in pull request template --- .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 fde815a..b52cdf8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ### Your checklist for this pull request - [ ] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side). Don't request your master! -- [ ] Make sure you are making a pull request against the **develop branch** (left side). +- [ ] Make sure you are making a pull request against the **master branch** (left side). - [ ] Mention the related issues in the body of this pull request. ### Description