diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 0000000..23818b6 --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,14 @@ +Fixes surfly/it#ISSUE_NUMBER + +#### Description + +--- + +#### Before requesting the review, make sure you've: +- updated all related docs +- written tests for any new functionality +- verified commit history + +#### The pr is ready! +- [ ] all tests are passing +- [ ] I tested my changes and it works!