From 3e3d0869a79dc2a3ee0372201f9e22a3c57b34e5 Mon Sep 17 00:00:00 2001 From: Kaveh Karimi Date: Wed, 26 Aug 2020 12:21:05 -0700 Subject: [PATCH] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 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 00000000..3e490c70 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,33 @@ +## Description + + +### Issue link: + +### What is the current behavior? + +### What is the new behavior (if this is a feature change)? + +### Screenshots (if applicable) + +## Review Time Estimate + +- [ ] Immediately +- [ ] Within one week +- [ ] When possible + +## Types of changes (select all that applies) + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Improvement +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Checklist: + + +- [ ] My change requires a change to the documentation. +- [ ] I have updated the CHANGELOG.md. +- [ ] This changeset requires updating dependencies. +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed.