From c2c03bbac549a05c387e4917a56843e6be5276dd Mon Sep 17 00:00:00 2001 From: Maruf Rasully <100434800+marufrasully@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:46:17 +0100 Subject: [PATCH] fix: Update CONTRIBUTING.md for GenAI (#731) * fix: add gen ai contribution * fix: address review comment --------- Co-authored-by: vinayhospete <126550907+vinayhospete@users.noreply.github.com> --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9178a170..53979477c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -138,3 +138,9 @@ Performing a release requires push permissions to the repository. - Inspect the npm registry to see the new sub packages versions. - Inspect the new github release named after the new `/v\d+.\d+.\d+/` tag and verify it contains the `.vsix` artifact. + +## 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 a 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.