From 48977c35faf2b0cc1d6a9609fc668cc91eb42596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Alves=20Pereira?= <38583666+ViniciusAlvesPereira@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:41:48 -0300 Subject: [PATCH] Creating pull request template --- .../pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..712e7eb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,19 @@ +# What is the proposal of this pull request? +A clear and concise description of the main proposal of this pull request. + +# What changes have been made? +Describe which types of changes (features, hotfixes, rewriten, etc) were made on macro classes. + +# How to test this changes? +Describe the steps to test or a dictated explanation to test the changes (the main archives to edit and what to edit). + +# References (screenshots, links, etc) + +# Checklist +- [ ] I have performed a self review on my own code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have checked my code and corrected any misspellings +- [ ] My changes generated no new warnings + +# Additional context +Add any other context or screenshots about this pull request here.