From 2e047644b8a9fea7fea5aa462a536463f1fae267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gon=C3=A7alves?= Date: Thu, 10 Mar 2022 16:21:03 +0000 Subject: [PATCH] added pr template --- .github/pull_request_template.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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..fca1800 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,29 @@ + + +## Pull request type + + +Jira Link: [INT-](url) + + + +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, renaming) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Other (please describe): + +## How to test this PR + + + +## What is the new behavior? + + + +- +- +- + +## Other information \ No newline at end of file