From 6a79521ac0d8465cd4c1a899c268d3df42e267d3 Mon Sep 17 00:00:00 2001 From: Noah Silvera Date: Tue, 23 Feb 2021 08:41:37 -0800 Subject: 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. --- PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md 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 +--- -- cgit v1.2.3