From df600987a691307657b5dfad3f9de20bfbdd717c Mon Sep 17 00:00:00 2001 From: David Lima Date: Thu, 18 Sep 2025 10:46:43 -0300 Subject: [PATCH] feat: add pull request template Signed-off-by: David Lima --- .github/pull_request_template.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..08971c4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +### Pull Request Description + +### Related Issue + + + +Issue Number: + +### Pull Request Type + + + +### Pull request checklist + +- [ ] Did you explain or provide a way of how can we test your code ? +- [ ] If your pull request is related to frontend modifications provide a print of before and after screen +- [ ] Did you provide a general summary of your changes ? +- [ ] Try to limit your pull request to one type, submit multiple pull requests if needed