From fb326e6ec905f3d9545149bcdff3d8727fb782ba Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 29 Dec 2022 12:32:05 +0100 Subject: [PATCH] Add pull request template. --- .github/PULL_REQUEST_TEMPLATE/pull_request.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 0000000..c2f59f5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -0,0 +1,18 @@ +--- +name: Pull request +about: Submit a pull request for this project +title: '' +assignees: fabiocaccamo + +--- + +**Describe your changes** +? + +**Related issue** +? + +**Checklist before requesting a review** +- [ ] I have performed a self-review of my code. +- [ ] I have added torough tests for the proposed changes. +- [ ] I have run the tests and there are not errors.