fix: typo in AI-assisted contributions policy (#7472)

* Fix typo in AI-assisted contributions policy

* Update project name from DataFusion to GreptimeDB
This commit is contained in:
LFC
2025-12-25 11:03:14 +08:00
committed by GitHub
parent aea4e9fa55
commit d4870ee2af

View File

@@ -104,7 +104,7 @@ All commit messages SHOULD adhere to the [Conventional Commits specification](ht
## AI-Assisted contributions
We has the following policy for AI-assisted PRs:
We have the following policy for AI-assisted PRs:
- The PR author should **understand the core ideas** behind the implementation **end-to-end**, and be able to justify the design and code during review.
- **Calls out unknowns and assumptions**. It's okay to not fully understand some bits of AI generated code. You should comment on these cases and point them out to reviewers so that they can use their knowledge of the codebase to clear up any concerns. For example, you might comment "calling this function here seems to work but I'm not familiar with how it works internally, I wonder if there's a race condition if it is called concurrently".