Create PULL_REQUEST_TEMPLATE.md (#114)
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Wed, 10 Feb 2021 16:53:09 +0000 (17:53 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 16:53:09 +0000 (17:53 +0100)
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..c195f4d
--- /dev/null
@@ -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.