From 3708cc471ef8960d315c1e22da0c4caeaab41efe Mon Sep 17 00:00:00 2001 From: Sidhya Tikku <33092447+sidhyatikku@users.noreply.github.com> Date: Sat, 19 Oct 2019 22:56:23 +0530 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..97479ac3 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,40 @@ + + +## Description (*) + + +## Fixed Issues (if necessary) + +1. Issue #{issue_number} + +## Manual testing scenarios (*) + +1. ... +2. ... + +## Screenshots (if necessary) + + +## Questions or comments + + +## Contribution checklist (*) + - [ ] Pull request has a meaningful description of its purpose + - [ ] All commits are accompanied by meaningful commit messages + - [ ] All new or changed code is covered with unit/integration tests (if applicable) + - [ ] All automated tests passed successfully (all builds are green)