This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 6a5734db Update contributing guidelines with ASF link (#350)
6a5734db is described below
commit 6a5734db3b3e6c635caf763cb586cf07947b64b7
Author: Twice <[email protected]>
AuthorDate: Thu Dec 25 16:16:57 2025 +0800
Update contributing guidelines with ASF link (#350)
---
community/contributing.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/community/contributing.md b/community/contributing.md
index 87cfb931..0968303f 100644
--- a/community/contributing.md
+++ b/community/contributing.md
@@ -54,7 +54,7 @@ AI tools are welcome as helpers, not authors. Keep these
practices in mind:
- Keep humans in the loop: discuss non-trivial ideas early via Issues,
Discussions, or Mailing Lists, especially when you are unsure about design or
impact.
- Use AI for acceleration, then verify: treat AI output as a draft for code,
tests, or docs; run linters/tests and review the logic yourself.
- Be transparent in PRs: note briefly if AI was used and for what (e.g.,
initial draft, test scaffolding), and call out any parts where you want extra
review.
-- Respect ASF policy: ensure generated content does not introduce incompatible
licenses or undisclosed third-party code; review the ASF Generative Tooling
Guidance and licensing rules when in doubt.
+- Respect ASF policy: ensure generated content does not introduce incompatible
licenses or undisclosed third-party code; review the [ASF Generative Tooling
Guidance](https://www.apache.org/legal/generative-tooling.html) and licensing
rules when in doubt.
- Prefer focused patches over large dumps; if you cannot confidently explain
an AI-produced change, open a well-described issue instead.
## Submit patches to document or project website