From d6e15528b4c866b9f7a8e1594efb8bebdb1af43b Mon Sep 17 00:00:00 2001 From: dev-hari-prasad Date: Tue, 11 Aug 2026 12:31:06 +0530 Subject: [PATCH 1/2] docs: add AI contribution commit trailer guidelines --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c7a22067b59..6595de9514a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,6 +78,18 @@ For more detail, see the [pull request submission guide](docs/en_US/submitting_p Contributors are responsible for understanding, testing, and standing behind everything they submit, whether or not AI tools were used. Please do not open large numbers of auto-generated issues or pull requests without first discussing that work with the maintainers. +- If you used AI tools in preparing your PR, please commit with the `Co-Authored-By`, `Generated-by`, or similar commit trailer. + ``` + Co-Authored-By: + Generated-by: + ``` + Example: + ``` + #1234: Fix issue in web interface + + Co-Authored-By: Claude Sonnet 4.6 + ``` + ## Development Setup In the following documentation and examples, `$PGADMIN4_SRC` is used to denote the top-level directory of your copy of the pgAdmin source tree (either from a tarball or a git checkout). From ede59e83e60a5c796c98134be34d28606f2c7088 Mon Sep 17 00:00:00 2001 From: dev-hari-prasad Date: Tue, 11 Aug 2026 13:33:17 +0530 Subject: [PATCH 2/2] docs: specify text language identifier for commit-message examples in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6595de9514a..c3ad2221fda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,12 +79,12 @@ For more detail, see the [pull request submission guide](docs/en_US/submitting_p Contributors are responsible for understanding, testing, and standing behind everything they submit, whether or not AI tools were used. Please do not open large numbers of auto-generated issues or pull requests without first discussing that work with the maintainers. - If you used AI tools in preparing your PR, please commit with the `Co-Authored-By`, `Generated-by`, or similar commit trailer. - ``` + ```text Co-Authored-By: Generated-by: ``` Example: - ``` + ```text #1234: Fix issue in web interface Co-Authored-By: Claude Sonnet 4.6