From 32b37ea9f9bb1510561b3f1792dfd863c335ab84 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 4 Oct 2022 12:56:52 +0200 Subject: [PATCH] chore: update pull request template (#22) fixes #22 --- .github/pull_request_template.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e27a913..b411010 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1,15 @@ - +What is this PR about? +- [ ] docs +- [ ] bugfix +- [ ] feature + +Description of changes: +<-- +Mention the issue this PR is addressing +Describe the changes you made preferrably broken down into a list in the following format: +1. - +--> + +Tasks: +- [ ] I have ran the tests to make sure nothing is broken +- [ ] I have mentioned the issue this PR is addressing