From c67d78f1eff1ed32ff540ca4fdc6af1ddb491bb8 Mon Sep 17 00:00:00 2001 From: Dominic Wong Date: Tue, 16 Jun 2020 17:00:15 +0100 Subject: [PATCH] update PR template, not using gitflow anymore --- .github/PULL_REQUEST_TEMPLATE.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 56519f04..cba3cbcc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,9 @@ ## Pull Request template Please, go through these steps before clicking submit on this PR. -1. Make sure this PR targets the `develop` branch. We follow the git-flow branching model. -2. Give a descriptive title to your PR. -3. Provide a description of your changes. -4. Make sure you have some relevant tests. -5. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if applicable). +1. Give a descriptive title to your PR. +2. Provide a description of your changes. +3. Make sure you have some relevant tests. +4. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if applicable). **PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**