Skip to content

Commit 483c41b

Browse files
RafaelGSStniessenaduh95MikeMcC399efekrskl
authored
Apply suggestions from code review
Co-authored-by: Tobias Nießen <tniessen@tnie.de> Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Co-authored-by: Efe <dogukankrskl@gmail.com>
1 parent cee1884 commit 483c41b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies, and tools contained in the `nodejs/node` repository.
5252

5353
Node.js expects contributors to understand and take full responsibility for
5454
every change they propose. Pull requests consisting of AI-generated code the
55-
contributor has not personally understood, tested, and verified will be closed
55+
contributor has not personally understood, tested, and verified might be closed
5656
without review.
5757

5858
See [details on our AI use policy and guidelines](./doc/contributing/ai-guidelines.md).

doc/contributing/ai-guidelines.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ never be "I'm not sure. The AI did it."
1212

1313
Pull requests that consist of AI-generated code the contributor has not
1414
personally understood, tested, and verified waste collaborator time and
15-
will be closed without review.
15+
will be subject to closure without additional review.
1616

1717
## Using AI for code contributions
1818

@@ -35,7 +35,7 @@ When using AI as a coding assistant:
3535
[commit message guidelines][].
3636

3737
* **Test thoroughly.** AI-generated code must pass the full test suite and
38-
any manually written tests relevant to the change. Existing Tests should not
38+
any manually written tests relevant to the change. Existing tests should not
3939
be removed or modified without human verification. Do not rely on the LLM
4040
to assess correctness.
4141

@@ -47,8 +47,8 @@ When using AI as a coding assistant:
4747

4848
Node.js values concise, precise communication that respects collaborator time.
4949

50-
* **Do not post AI-generated messages** in pull requests, issues, or the
51-
project's communication channels.
50+
* **Do not post messages generated entirely by AI** in pull requests, issues, or the
51+
project's communication channels.
5252
* **Verify accuracy** of any LLM-generated content before including it in a
5353
PR description or comment.
5454
* **Complete pull request templates fully** rather than replacing them with

0 commit comments

Comments
 (0)