This is an automated email from the ASF dual-hosted git repository.

xuetaoli pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new d87cffec2 chore(CI): add pr template (#3105)
d87cffec2 is described below

commit d87cffec2839b11026b89adf5740b5723b9c31bf
Author: marsevilspirit <[email protected]>
AuthorDate: Sun Dec 14 20:37:35 2025 +0800

    chore(CI): add pr template (#3105)
    
    * chore(CI): add pr template
    
    * fix comment
---
 .github/pull_request_template.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 000000000..8129730c3
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,7 @@
+### Description
+Fixes # (issue)
+
+### Checklist
+- [ ] I confirm the target branch is `develop`
+- [ ] Code has passed local testing
+- [ ] I have added tests that prove my fix is effective or that my feature 
works

Reply via email to