Skip to content

Commit

Permalink
docs: add guidelines for AI-generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
akudev committed Sep 11, 2024
1 parent eeade11 commit 096aee3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ All contributors must sign the DCO

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

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

## Development Environment

### pre-requisites
Expand Down Expand Up @@ -80,4 +86,4 @@ Performing a release requires push permissions to the repository.
- `yarn run release:version`
- Follow the lerna CLI instructions.
- 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!).
- Inspect the newly artifacts published on npmjs.com.
- Inspect the newly published artifacts on npmjs.com.

0 comments on commit 096aee3

Please sign in to comment.