Generative AI Examples is licensed under the terms in LICENSE. By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.
If you have improvements to Generative AI Examples, send your pull requests for review. If you are new to GitHub, view the pull request How To.
- Star this repository using the button
Star
in the top right corner. - Fork this Repository using the button
Fork
in the top right corner. - Clone your forked repository to your pc.
git clone "url to your repo"
- Create a new branch for your modifications.
git checkout -b new-branch
- Add your files with
git add -A
, commit withgit commit -s -m "This is my commit message"
and pushgit push origin new-branch
. - Create a pull request.
See PR template
-
At least two approvals from reviewers
-
All detected status checks pass
-
All conversations solved
-
Third-party dependency license compatible
Generative AI Examples use Actions for CI test.
Test Name | Test Scope | Test Pass Criteria |
---|---|---|
Security Scan | Dependabot/Bandit | PASS |
Format Scan | pre-commit.ci | PASS |
Examples Test | Cases under Examples/tests folder | PASS |
DCO | Use git commit -s to sign off |
PASS |
Notes: Developer Certificate of Origin (DCO), you must agree to the terms of Developer Certificate of Origin by signing off each of your commits with
-s
, e.g.git commit -s -m 'This is my commit message'
.
Submit your questions, feature requests, and bug reports to the GitHub issues page.