This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch rnewson-patch-1 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 6aadac82e017e28d868e9653316bd7ba4e47d16a Author: Robert Newson <[email protected]> AuthorDate: Fri Jan 30 15:28:55 2026 +0000 Update PULL_REQUEST_TEMPLATE.md put our AI/LLM disclaimer in the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 68fa0c5f2..de2462ce8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,16 @@ to proceed. Once there are no objections, the PR can be merged by a CouchDB committer. - See: http://couchdb.apache.org/bylaws.html#decisions for more info. --> + See: http://couchdb.apache.org/bylaws.html#decisions for more info. + + Artificial Intelligence and Large Language Models Contributions Policy + + It is expressly forbidden to contribute material generated by + AI, LLMs, and similar technologies, to the CouchDB project. + This includes, but is not limited to, source code, documentation, + commit messages, or any other areas of the project. + +--> ## Overview @@ -29,6 +38,7 @@ ## Checklist +- [ ] This is my own work, I did not use AI, LLM's or similar technology - [ ] Code is written and works correctly - [ ] Changes are covered by tests - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini`
