diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..dae49b26 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +## Problem + +- *Description of why you made this PR, what is its purpose* + +## Solution + +- *And how do you fix relevantly that problem* + +## PR checklist + +- [ ] I'm not doing a PR for an application, I promise, I know that this kind of changes must go directly into the app packages themselves +- [ ] PR finished and ready to be reviewed