diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e2be39a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +# Description + + + +## Related issue + + + +## Type of change + +- [ ] Bug fix +- [ ] Feature +- [ ] Docs +- [ ] Test + +## How it was tested + + + +## Checklist + +- [ ] `npm test` passes +- [ ] Lint passes +- [ ] Docs updated (if needed)