aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2020-03-19 08:22:03 -0600
committerRadon Rosborough <radon.neon@gmail.com>2020-03-19 08:22:03 -0600
commit3d552d925c25b7e01dbf813866441e433b234537 (patch)
tree9908a3a47d17dfdceb7397fe4219e50b827cfb3c
parent58c850d1a657f49e6c035effec79b94e4915db7b (diff)
Add pull request template
-rw-r--r--.github/pull_request_template.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..7156fc4
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,10 @@
+<!--
+
+Checklist:
+- [ ] Make sure CI passes: 'make lint'
+- [ ] If adding new feature, document in README
+- [ ] If changing user-visible behavior, note in CHANGELOG
+
+If you're not sure about the approach for your change, feel free to wait on documenting it until after review :)
+
+-->