From 81c5ef483db8b37635a919f1a8df5f5c95f7412f Mon Sep 17 00:00:00 2001 From: Max Reichmann <91143102+maxreichmann@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:39:15 +0200 Subject: [PATCH] docs(CONTRIBUTING.md): Add GenAI contribution guidelines (#166) --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f07660ae..46e236ee4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,4 +5,9 @@ https://github.com/SAP/openui5/blob/master/CONTRIBUTING.md The code base of this repository is mirrored from the openui5 repository. Please create issues and pull requests there: -https://github.com/SAP/openui5 \ No newline at end of file +https://github.com/SAP/openui5 + +# 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.