summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2019-08-09 16:20:07 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2019-08-09 16:20:07 +0200
commit4db36d32207613340dfc6a48fcf8e57a60d97ba3 (patch)
treecd7487cd0402fd171276335c9822d1b05381080e
parentefe7293a632f86e8834f14a3bc0b0cc3f82f61b8 (diff)
Add a basic PR template
-rw-r--r--.github/FUNDING.yml5
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md13
2 files changed, 18 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000..7c87286
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,5 @@
+# These are supported funding model platforms
+
+github: bbatsov
+patreon: bbatsov
+custom: https://www.paypal.me/bbatsov
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..17ff55a
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,13 @@
+**Replace this placeholder text with a summary of the changes in your PR.
+The more detailed you are, the better.**
+
+-----------------
+
+Before submitting a PR make sure the following things have been done (and denote this
+by checking the relevant checkboxes):
+
+- [ ] The commits are consistent with our [contribution guidelines](../CONTRIBUTING.md)
+- [ ] You've updated the changelog (if adding/changing user-visible functionality)
+- [ ] You've updated the readme (if adding/changing user-visible functionality)
+
+Thanks!