mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
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:
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user