summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PULL_REQUEST_TEMPLATE.md~8
1 files changed, 8 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md~ b/PULL_REQUEST_TEMPLATE.md~
new file mode 100644
index 0000000..e66c1bd
--- /dev/null
+++ b/PULL_REQUEST_TEMPLATE.md~
@@ -0,0 +1,8 @@
+Make sure these boxes are checked before your pull request is ready to be reviewed and merged. Thanks!
+
+* [ ] code is in uniquely-named feature branch, and has been rebased on top of latest master (especially if you've been asked to make additional changes)
+* [ ] pull request are descriptively named
+* [ ] if possible, multiple commits squashed if they're smaller changes
+* [ ] reviewed/confirmed/tested by another contributor or maintainer
+
+Thanks!