From dfc6bf3b72b19491870de0fd4b6d8832af862b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Am=C3=A9rico?= Date: Sun, 29 Sep 2019 00:47:45 -0300 Subject: [PATCH] Simplify github PR template --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6269011..1ba97f4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,29 +7,19 @@ merge of your pull request! --> - + **What kind of change does this PR introduce?** - - -**What is the current behavior?** - - - -**What is the new behavior?** - **Checklist**: -- [ ] Tests (preference for unit tests) +- [ ] Unit Tests - [ ] Documentation - [ ] Update CHANGELOG.md - [ ] Ready to be merged - -