diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..dd9784ee --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,41 @@ + + +## What kind of change does this PR introduce? + + + +## What is the current behavior? + + + +## What is the new behavior? + + + +## What steps did you take to test this? This is required before I can merge, make sure to test the flow you've updated. + +1. Step A +2. Step B +3. Step C + +## Checklist + + + + + +- [ ] Documentation +- [ ] Testing +- [ ] Ready to be merged + +- [ ] Added myself to contributors table + + + +