meonkeys commented on code in PR #6366: URL: https://github.com/apache/fineract/pull/6366#discussion_r3941708368
########## CONTRIBUTING.md: ########## @@ -288,6 +272,15 @@ The project uses [Lombok](https://projectlombok.org/) to reduce boilerplate code * `LOG.debug()` can be used anywhere in the code to log things that may be useful during investigations of specific problems. They are not shown in the default logging configuration, but can be enabled for troubleshooting. Developers should typically "turn down" most `LOG.info()` which they used while writing a new feature to "follow along what happens during local testing" to `LOG.debug()` for production before we merge their PRs. * `LOG.trace()` is not used in Fineract. +### AI Policy + +- AI tools may assist contribution work. +- AI tools must not replace contributor accountability. +- The human submitter is responsible for correctness, safety, performance, and maintainability of all submitted changes. +- Follow the [Generative Tooling Guidance by the ASF](https://www.apache.org/legal/generative-tooling.html). + +In general: Own your contributions, don't vibe code them. Be transparent. Share your env/tooling/experiences. Ask for help as you scour docs, code, PRs, issues, check with actual users, chat, email, write spikes, run builds/tests, write new tests, and all that with and without AI. Review Comment: done in 81da32fa7f2fd62670317cdd1c1f06771a5bafcf -- 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]
