From 5bcdd9ca4a1b528de9cf368281c70eea37e0d3c0 Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Wed, 10 Feb 2021 17:53:09 +0100 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md (#114) --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..c195f4d2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +Thanks for contributing to poolifier project. +Please be sure to read our [contributing guidelines](https://github.com/pioardi/poolifier/blob/pr-template/CONTRIBUTING.md). + + + - Please add a description of your changes. + - We need your changes to come with unit tests in order to keep this project in quality and easy to mantain. + - Please add a link to the open issue or task that this pull request will resolve. -- 2.34.1