diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000..c61a437 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,12 @@ + +## Motivation + +## Description of changes + +## Breaking changes + +## Things done + +- [ ] Updated the documentation of the project to reflect the changes +- [ ] Added new tests that cover the code changes +- [ ] Fits `CONTRIBUTING.md` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..c23af30 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ + + +## Motivation + +## Description of changes + +## Breaking changes + +## Things done + +- [ ] Updated the documentation of the project to reflect the changes +- [ ] Added new tests that cover the code changes +- [ ] Fits CONTRIBUTING.md +