From 096aee37616cfb02a35e1bff7cc915f910449a54 Mon Sep 17 00:00:00 2001 From: akudev Date: Wed, 11 Sep 2024 19:12:50 +0200 Subject: [PATCH] docs: add guidelines for AI-generated code --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e384c89..4b20ef0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,12 @@ All contributors must sign the DCO This is managed automatically via https://cla-assistant.io/ pull request voter. +### Contributing with AI-generated code + +As artificial intelligence evolves, AI-generated code is becoming valuable for many software projects, including open-source initiatives. While we recognize the potential benefits of incorporating AI-generated content into our open-source projects there are certain requirements that need to be reflected and adhered to when making contributions. + +Please see our [guideline for AI-generated code contributions to SAP Open Source Software Projects](https://github.com/SAP/.github/blob/main/CONTRIBUTING_USING_GENAI.md) for these requirements. + ## Development Environment ### pre-requisites @@ -80,4 +86,4 @@ Performing a release requires push permissions to the repository. - `yarn run release:version` - Follow the lerna CLI instructions. - Track the newly pushed commit with the message `chore(release): publish` in the build system for a successful completion (the `Release` GitHub action must be triggered!). -- Inspect the newly artifacts published on npmjs.com. +- Inspect the newly published artifacts on npmjs.com.