From d4e83df22c3dd51153b1d7af37c509bf278fc645 Mon Sep 17 00:00:00 2001 From: kongenpei Date: Wed, 1 Apr 2026 15:27:08 +0800 Subject: [PATCH] chore: add pull request template (#176) * add pull request template * fix: use safe related issue placeholder in PR template --------- Co-authored-by: kongenpei --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..2ba1ecad --- /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