From 989ba618f1f1864942c75aa071d362eb713e4d84 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Wed, 12 Aug 2020 12:16:31 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=97=20Pull=20Request=20Template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..dd9784e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,41 @@ + + +## What kind of change does this PR introduce? + + + +## What is the current behavior? + + + +## What is the new behavior? + + + +## What steps did you take to test this? This is required before I can merge, make sure to test the flow you've updated. + +1. Step A +2. Step B +3. Step C + +## Checklist + + + + + +- [ ] Documentation +- [ ] Testing +- [ ] Ready to be merged + +- [ ] Added myself to contributors table + + + +