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.