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

yangxk1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new 958ce018 feat: add PR template checklist to prevent trivial CI 
failures (#929)
958ce018 is described below

commit 958ce018c3e1d820d61d7a8c31d79a4249d03b46
Author: Jason <[email protected]>
AuthorDate: Mon May 25 12:24:04 2026 +0800

    feat: add PR template checklist to prevent trivial CI failures (#929)
    
    Signed-off-by: Jason <[email protected]>
---
 .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
index f8c05e72..e9791ca3 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -45,3 +45,10 @@ Please uncomment the line below (and provide explanation) if 
the changes fix eit
 We use this to highlight fixes to issues that may affect users without their 
knowledge. For this reason, fixing bugs that cause errors don't count, since 
those are usually obvious.
 -->
 <!-- **Critical Fix: <description>** -->
+
+## Checklist
+
+- [ ] I have performed a self-review of my own code.
+- [ ] I have formatted my own code using `make cpplint` before submitting when 
changed files are in the `cpp` directory.
+- [ ] I have performed `pre-commit run` before commit the changed files.
+- [ ] I have added tests to prove my changes are effective.
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to