summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Silvera <noah@super.gd>2021-02-23 08:41:37 -0800
committerNoah Silvera <noah@super.gd>2021-02-24 10:44:45 -0800
commit6a79521ac0d8465cd4c1a899c268d3df42e267d3 (patch)
treec43e81e9225533a254eb62cd9ed1164b19fb1098
parent2f2b1d03ca7c6435298daa0705918b4b9f0fcd04 (diff)
Add a basic pull request template
This template just asks contributors to state the goal of the PR, and provide a testing and merging checklist.
-rw-r--r--PULL_REQUEST_TEMPLATE.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..8c254a7
--- /dev/null
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,19 @@
+What is the goal of this PR?
+---
+
+
+
+How do you manually test these changes? (if applicable)
+---
+
+1. Do a thing
+ * [ ] Assert a result
+
+Merge Checklist
+---
+
+- [ ] Run the manual tests
+- [ ] Update the changelog
+
+Screenshots
+---