aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-03-26 14:03:07 -0600
committerGravatar GitHub <noreply@github.com> 2021-03-26 14:03:07 -0600
commit202973291f55bdf21050ab2c1c7db13b2fdb62eb (patch)
tree981555d0e1da406f5e2fbae75c450046e88b4b2b /.github/PULL_REQUEST_TEMPLATE.md
parent88df57e690368cef3256873bc58a42d40d8137ae (diff)
downloadastro-202973291f55bdf21050ab2c1c7db13b2fdb62eb.tar.gz
astro-202973291f55bdf21050ab2c1c7db13b2fdb62eb.tar.zst
astro-202973291f55bdf21050ab2c1c7db13b2fdb62eb.zip
Add PR Template (#34)
* Add Auto-format action * Add PR template
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..13d053ddb
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,17 @@
+## Changes
+
+<!-- What does this change, in plain language? Include screenshots or videos if helpful. -->
+
+## Testing
+
+<!-- How can a reviewer test your code themselves? -->
+
+- [ ] Tests are passing
+- [ ] Tests updated where necessary
+
+## Docs
+
+- [ ] Docs / READMEs updated
+- [ ] Code comments added where helpful
+
+<!-- Notes, if any -->