From 851847fafe5eed27f11e36d6022766f9967c929c Mon Sep 17 00:00:00 2001 From: Sebastian Maj Date: Thu, 2 Dec 2021 07:58:02 -0500 Subject: [PATCH] feat: New PR Template --- .github/pull_request_template.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5c668da..9a5fa29 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,21 @@ -**Why** - +**Issue** + +- Link: +- Summary: **How** +**Screenshots** + + **References** - \ No newline at end of file + + +**Checklist** + +- [ ] Tests added +- [ ] Cleaned up commit history (rebase!) +- [ ] Documentation added +- [ ] Thought about variable and method names \ No newline at end of file