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

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 005d76d3f [CELEBORN-2186] Add correctness related section to bug 
report and PR templates
005d76d3f is described below

commit 005d76d3fe53d52bdaf88d4d222c114ecd310d7d
Author: James Xu <[email protected]>
AuthorDate: Thu Oct 30 11:01:13 2025 +0800

    [CELEBORN-2186] Add correctness related section to bug report and PR 
templates
    
    ### What changes were proposed in this pull request?
    
    Add correctness related sections in bug report and PR template.
    
    ### Why are the changes needed?
    
    Currently there is no easy to tell which bug report/PR is correctness 
related, but correctness actually is the most important thing that users care.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Manual
    
    Closes #3519 from xumingming/add-correctness-related-section-to-templates.
    
    Authored-by: James Xu <[email protected]>
    Signed-off-by: SteNicholas <[email protected]>
---
 .github/PULL_REQUEST_TEMPLATE.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 56f83205b..ece816e75 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -14,6 +14,10 @@ Thanks for sending a pull request!  Here are some tips for 
you:
 
 
 
+### Does this PR resolve a correctness bug?
+
+<!-- Yes/No. (Note: If yes, committer will add `correctness` label to current 
pull request). -->
+
 ### Does this PR introduce _any_ user-facing change?
 
 

Reply via email to