Skip to content

Commit

Permalink
[INTERNAL] CONTRIBUTING.md: Add GenAI contribution guidelines (#1010)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Oßwald <mat.osswald@sap.com>
  • Loading branch information
maxreichmann and matz3 committed Sep 10, 2024
1 parent fed2b62 commit 59fa538
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,8 @@ There are phases when development of a new major version of UI5 Tooling has alre
1. Create a pull request for the current version (e.g. Version 3) with the desired commit message header `[FEATURE]`, `[FIX]` or `[INTERNAL]`.
2. Rebase and merge the PR in the current version.
3. Cherry-pick this commit to the new major version (e.g. Version 4) and change the commit message header to `[INTERNAL]`. With this, you ensure that the coding change does not appear in the changelog of the new major version.

### 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.

0 comments on commit 59fa538

Please sign in to comment.