From 0fad2edc9f88747c94e0b2c0796f19138847a8a8 Mon Sep 17 00:00:00 2001 From: Zhongpin Wang Date: Mon, 30 Sep 2024 09:23:58 +0200 Subject: [PATCH] chore: Reference GenAI contribution guidelines (#1917) * docs: add genai * fix: vale --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 08a591e749a..6a17c50b9be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -102,3 +102,10 @@ Once you are part of the team, you can submit `pull requests` without forking th Due to legal reasons, contributors will be asked to accept a DCO before they submit the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/). + +## 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 more details.