From 8907ae07a1f89c2f6088a3feb86b45adc2547e70 Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Wed, 15 Oct 2025 11:50:46 +0800 Subject: [PATCH 1/2] ASF: add DISCLAIMER file --- DISCLAIMER | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 DISCLAIMER diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 00000000..2390116a --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,9 @@ +Apache Cloudberry is an effort undergoing incubation at The Apache +Software Foundation (ASF), sponsored by the Apache +Incubator. Incubation is required of all newly accepted projects until +a further review indicates that the infrastructure, communications, +and decision making process have stabilized in a manner consistent +with other successful ASF projects. While incubation status is not +necessarily a reflection of the completeness or stability of the code, +it does indicate that the project has yet to be fully endorsed by the +ASF. From 16eb4892f2d4122ad0966245f203f987317c2e60 Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Wed, 15 Oct 2025 11:58:03 +0800 Subject: [PATCH 2/2] Add pull request template --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/pull_request_template.md 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 @@ + + + +closes: #ISSUE_Number + + +--- + +## 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.