From bb67d54d1085f499de2c774a090870f2c497c2f0 Mon Sep 17 00:00:00 2001 From: Rose Date: Mon, 9 Mar 2026 18:26:46 +0100 Subject: [PATCH 1/2] Add restrictions on generative AI usage in contributions Added guidelines regarding the use of generative AI in contributions to ensure authenticity and value. taken from: https://github.com/commetchat/commet/blob/b3c1545d395bc93af59d25d87ef79221eb17d367/CONTRIBUTING.md?plain=1#L7-L17 --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d18fd73cb..71226fc97 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,6 +44,18 @@ Also, we use [ESLint](https://eslint.org/) for clean and stylistically consisten - `npm run typecheck` - `npm run knip` +## Restrictions on Generative AI Usage + +We expect and appreciate authentic engagement in our community. + +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. + +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. + +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. + +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. + ## Release notes and versioning (Knope) 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). From f45deeb037590920354a9d32398467cd889e3ab5 Mon Sep 17 00:00:00 2001 From: Rye Date: Mon, 9 Mar 2026 18:57:02 +0100 Subject: [PATCH 2/2] fixed formatting --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71226fc97..48939843b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ Also, we use [ESLint](https://eslint.org/) for clean and stylistically consisten ## Restrictions on Generative AI Usage -We expect and appreciate authentic engagement in our community. +We expect and appreciate authentic engagement in our community. 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.