aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Kate Berry <[email protected]>2018-10-13 20:12:03 +0100
committerGravatar Joseph <[email protected]>2018-10-13 20:12:03 +0100
commitc308f6ef1cfd9acd2a7c1de848e3e807b0ac95f7 (patch)
tree77c94655dc9210410989934c213b2bdcf46c82cc
parentAdded cog for Halloween facts (#36) (diff)
Issue #15 Feature pull request template (#49)
* Commit to issue #15 creates basic template for pull requests * Adding criteria based on contributing.md doc * RE: issue #15 Add in one more commit message criteria * remove unintended change * correct typo * correct typo * made requested changes * adding Discord community link
-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