summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Van Doorn <vandoorn.nick@gmail.com>2021-03-24 11:59:38 -0700
committerNicholas Van Doorn <vandoorn.nick@gmail.com>2021-03-24 11:59:38 -0700
commit8ad137ef6ac694ef862cee6793dbd1296cc959ce (patch)
treed619071eb85d1cb35f6b808a1c2fade2f98e7240
parent535565168e47e4be6868cde9f068350417f1b1c1 (diff)
Update PR template to include sandbox testing step
A recent release contained a critical regression, so we're adding an extra pre merge step to prevent this from happening. Co-authored-by: Noah Silvera <noah@super.gd>
-rw-r--r--PULL_REQUEST_TEMPLATE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 8c254a7..d5988ce 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -14,6 +14,7 @@ Merge Checklist
- [ ] Run the manual tests
- [ ] Update the changelog
+- [ ] Run a sandbox app and verify taxes are being calculated
Screenshots
---