Skip to content

Commit 454dce2

Browse files
authored
Merge pull request #1 from dozro/patch-1
Add restrictions on generative AI usage in contributions
2 parents 780d5c6 + 152bca3 commit 454dce2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ Also, we use [ESLint](https://eslint.org/) for clean and stylistically consisten
4444
- `npm run typecheck`
4545
- `npm run knip`
4646

47+
## Restrictions on Generative AI Usage
48+
49+
We expect and appreciate authentic engagement in our community.
50+
51+
Do not post output from Large Language Models or similar generative AI as comments on GitHub, as such comments tend to be formulaic and low content.
52+
53+
If you use generative AI tools as an aid in developing code, ensure that you fully understand the proposed changes and can explain why they are the correct approach.
54+
55+
Make sure you have added value based on your personal competency to your contributions. Just taking some input, feeding it to an AI and posting the result is not of value to the project. We reserve the right to rigorously reject seemingly AI generated low-value contributions.
56+
57+
Maintainers may close issues and PRs that are not useful or productive, including those that are fully generated by AI. If a contributor repeatedly opens unproductive issues or PRs, they may be blocked.
58+
4759
## Release notes and versioning (Knope)
4860

4961
We use [Knope](https://knope.tech/) with the Knope GitHub Bot to manage change documentation and releases. The workflow configuration lives in [`knope.toml`](./knope.toml).

0 commit comments

Comments
 (0)