aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/pull_request_template.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
new file mode 100644
index 00000000..c8b15b09
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
@@ -0,0 +1,21 @@
+---
+name: Pull Request
+about: A simple pull request template.
+issue: Issue # if applicable
+
+---
+
+Provide a simple description of what the PR achieves.
+
+## Pull Request Details
+
+Please ensure your PR fulfills the following criteria:
+
+- [ ] Have you joined the [PythonDiscord Community](https://pythondiscord.com/invite)?
+- [ ] Were your changes made in a Pipenv environment?
+- [ ] Does flake8 pass (```pipenv run lint```)
+
+
+## Additional information
+
+Provide any additional information or clarifications here. \ No newline at end of file