diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..2ba1ecadc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +## Summary + + +## Changes + +- Change 1 +- Change 2 + +## Test Plan + +- [ ] Unit tests pass +- [ ] Manual local verification confirms the `lark xxx` command works as expected + +## Related Issues + +- None