Skip to content

Commit 1c057d0

Browse files
authored
meta: apply AI contribution guideline (#1752)
1 parent 06d56f7 commit 1c057d0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
# Contributing to **node-addon-api**
22

3+
* [AI Use Policy and Guidelines](#ai-use-policy-and-guidelines)
34
* [Code of Conduct](#code-of-conduct)
45
* [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin)
56
* [Tests](#tests)
67
* [Debug](#debug)
78
* [Benchmarks](#benchmarks)
89
* [node-addon-api Contribution Philosophy](#node-addon-api-contribution-philosophy)
910

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](#code-of-conduct) for guidance.
23+
1024
## Code of Conduct
1125

1226
The Node.js project has a

0 commit comments

Comments
 (0)