tuhaihe commented on code in PR #714: URL: https://github.com/apache/cloudberry/pull/714#discussion_r1847464094
########## .github/pull_request_template.md: ########## @@ -1,38 +1,50 @@ -<!--Thank you for contributing!--> -<!--In case of an existing issue or discussions, please reference it--> -fix #ISSUE_Number -<!--Remove this section if no corresponding issue.--> +<!-- Thank you for your contribution to Apache Cloudberry (incubating)! --> ---- - -### Change logs +Fixes #ISSUE_Number -_Describe your change clearly, including what problem is being solved or what feature is being added._ +### What does this PR do? +<!-- Brief overview of the changes, including any major features or fixes --> -_If it has some breaking backward or forward compatibility, please clary._ +### Type of Change +- [ ] Bug fix (non-breaking change) +- [ ] New feature (non-breaking change) +- [ ] Breaking change (fix or feature with breaking changes) +- [ ] Documentation update -### Why are the changes needed? +### Breaking Changes +<!-- Remove if not applicable. If yes, explain impact and migration path --> -_Describe why the changes are necessary._ +### Test Plan +<!-- How did you test these changes? --> +- [ ] Unit tests added/updated +- [ ] Integration tests added/updated +- [ ] Passed `make installcheck` +- [ ] Passed `make -C src/test installcheck-cbdb-parallel` -### Does this PR introduce any user-facing change? +### Impact +<!-- Remove sections that don't apply --> +**Performance:** +<!-- Any performance implications? --> -_If yes, please clarify the previous behavior and the change this PR proposes._ +**User-facing changes:** +<!-- Any changes visible to users? --> -### How was this patch tested? +**Dependencies:** +<!-- New dependencies or version changes? --> -_Please detail how the changes were tested, including manual tests and any relevant unit or integration tests._ +### Checklist +- [ ] Signed CLA (first-time contributors only) Review Comment: Hi, we can delete this item. There is no need to keep it now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
