From d4ac8dbec024a2e28b905053ebb8128263bf1762 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 4 Oct 2022 17:31:43 +0200 Subject: [PATCH] chore: update pull request template (#37) --- .github/pull_request_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e7d8a95..e7ea0c0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,13 @@ -What is this PR about? docs / bugfix / feature +What is this PR about? (docs, fix, feature, style, devops, etc.) - +Related issue number: # + Description of changes: - +Tag a reviewer: @ + Tasks: - [ ] I have ran the tests to make sure nothing is broken (see CONTRIBUTING.md) - [ ] I have mentioned the issue this PR is addressing