Skip to content

Commit 096aee3

Browse files
committed
docs: add guidelines for AI-generated code
1 parent eeade11 commit 096aee3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ All contributors must sign the DCO
1111

1212
This is managed automatically via https://cla-assistant.io/ pull request voter.
1313

14+
### Contributing with AI-generated code
15+
16+
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.
17+
18+
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.
19+
1420
## Development Environment
1521

1622
### pre-requisites
@@ -80,4 +86,4 @@ Performing a release requires push permissions to the repository.
8086
- `yarn run release:version`
8187
- Follow the lerna CLI instructions.
8288
- Track the newly pushed commit with the message `chore(release): publish` in the build system for a successful completion (the `Release` GitHub action must be triggered!).
83-
- Inspect the newly artifacts published on npmjs.com.
89+
- Inspect the newly published artifacts on npmjs.com.

0 commit comments

Comments
 (0)