From: Alessandro Pio Ardizio Date: Wed, 10 Feb 2021 16:53:09 +0000 (+0100) Subject: Create PULL_REQUEST_TEMPLATE.md (#114) X-Git-Tag: v2.0.0-beta.2~60 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5bcdd9ca4a1b528de9cf368281c70eea37e0d3c0;p=poolifier.git Create PULL_REQUEST_TEMPLATE.md (#114) --- 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.