Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Reference GenAI contribution guidelines #1917

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,10 @@
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

Check warning on line 106 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / checks

[vale] reported by reviewdog 🐶 [SAP.HeadingAcronyms] Avoid using acronyms in a title or heading. Found 'AI'. Raw Output: {"message": "[SAP.HeadingAcronyms] Avoid using acronyms in a title or heading. Found 'AI'.", "location": {"path": "CONTRIBUTING.md", "range": {"start": {"line": 106, "column": 22}}}, "severity": "WARNING"}

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.