janl commented on code in PR #9182: URL: https://github.com/apache/pouchdb/pull/9182#discussion_r2867413314
########## .github/PULL_REQUEST_TEMPLATE.md: ########## @@ -0,0 +1,42 @@ +<!-- Thank you for your contribution! + + Please file this form by replacing the Markdown comments + with your text. If a section needs no action - remove it. + + Also remember, that PouchDB uses the Review-Then-Commit (RTC) model + of code collaboration. Positive feedback is represented +1 from committers + and negative is a -1. The -1 also means veto, and needs to be addressed + to proceed. Once there are no objections, the PR can be merged by a + PouchDB committer. + + Artificial Intelligence and Large Language Models Contributions Policy + + It is expressly forbidden to contribute material generated by + AI, LLMs, and similar technologies, to the PouchDB project. + This includes, but is not limited to, source code, documentation, + commit messages, or any other areas of the project. + +--> + +## Overview + +<!-- Please give a short brief for the pull request, + what problem it solves or how it makes things better. --> + +## Testing recommendations + +<!-- Describe how we can test your changes. + Does it provide any behaviour that the end users + could notice? --> + +## Related Issues or Pull Requests + +<!-- If your changes affect multiple components in different + repositories please put links to those issues or pull requests here. --> + +## Checklist + +- [ ] This is my own work, I did not use AI, LLM's or similar technology Review Comment: new push is more explicit -- 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]
