This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-backup.git
commit aec11cc05e08545a465a031562ec01cab5671647 Author: Dianjin Wang <[email protected]> AuthorDate: Wed Oct 15 11:58:03 2025 +0800 Add pull request template --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..b51c224c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +<!--Thank you for contributing! --> + +<!--In case of an existing issue or discussions, please reference it--> +closes: #ISSUE_Number +<!--Remove this section if no corresponding issue.--> + +--- + +## Change logs + +> Describe your change clearly, including what problem is being solved or what document is being added or updated. + +## Contributor's checklist + +Here are some reminders before you submit your pull request: + +* Make sure that your Pull Request has a clear title and commit message. You can take the [Git commit template](https://github.com/apache/cloudberry/blob/main/.gitmessage) as a reference. +* Learn the [code contribution](https://cloudberry.apache.org/contribute/code) and [doc contribution](https://cloudberry.apache.org/contribute/doc) guides for better collaboration. +* Make sure that CICD workflow is successful. +* List your communications in the [GitHub Issues](https://github.com/apache/cloudberry-backup/issues) or [Discussions](https://github.com/apache/cloudberry/discussions) (if has or needed). +* Feel free to ask for the [cloudberry committers](https://github.com/orgs/apache/teams/cloudberry-committers) or other people to help review and approve. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
