From a860382973ab7766bf24eeae6a6c9ded5d9e9082 Mon Sep 17 00:00:00 2001 From: kongenpei Date: Wed, 1 Apr 2026 15:10:55 +0800 Subject: [PATCH 1/2] add pull request template --- .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 000000000..beef5208e --- /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 + +Closes #123 From 825d7c77e4ccc5fd578747e66e990b22d055da34 Mon Sep 17 00:00:00 2001 From: kongenpei Date: Wed, 1 Apr 2026 15:15:35 +0800 Subject: [PATCH 2/2] fix: use safe related issue placeholder in PR template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index beef5208e..2ba1ecadc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,4 +13,4 @@ ## Related Issues -Closes #123 +- None