Skip to content

Commit a91d9a5

Browse files
authored
meta: apply AI contribution guideline (#86)
1 parent ee350b5 commit a91d9a5

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# node-api-cts
22

3+
AI use must follow the [Node.js AI Use Policy and Guidelines](https://github.com/nodejs/node/blob/main/doc/contributing/ai-guidelines.md) and [Code of Conduct](https://github.com/nodejs/node/blob/main/CODE_OF_CONDUCT.md).
4+
35
## Project Overview
46

57
Node-API Conformance Test Suite: A pure ECMAScript test suite for Node-API implementors across different JS engines and runtimes (Node.js, Deno, Bun, React Native, WebAssembly, etc.).

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,16 @@ contribute:
88
- Documentation improvements
99
- Joining the Node-API working group and participating in meetings
1010

11+
## AI Use Policy and Guidelines
12+
13+
Node.js requires contributors to understand and take full responsibility for
14+
every change they propose. Pull requests containing AI-generated code the
15+
contributor has not personally understood, tested, and verified will likely be closed
16+
without review.
17+
18+
Be respectful when using AI in communication. Inappropriate or spamming use of
19+
AI in communication would fall under moderation enforcement.
20+
21+
See [details on our AI use policy and guidelines](https://github.com/nodejs/node/blob/main/doc/contributing/ai-guidelines.md)
22+
and [Code of Conduct](https://github.com/nodejs/node/blob/main/CODE_OF_CONDUCT.md)
23+
for guidance.

0 commit comments

Comments
 (0)