Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.69 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.69 KB

Contributing to the Cookbook examples

For our general contribution policy, please see our top-level contributors guide.

Policy on new examples

Whether we accept a contribution will depend on its utility and what it demonstrates. Above all, any contribution needs to demonstrate something unique that a Gemini API developer wants to see.

The cookbook currently only accepts English Python and REST content directly, but we are happy to link out to other content if it’s suitable.

Before writing anything, file an issue describing what you want to contribute. Include:

  • Whether this is a “pure” Gemini API example or a third-party integration example.

    • If pure:
      • Describe the use case and why it’s useful to developers (e.g. link to the underlying paper).
    • If non-pure:
      • Describe the integration(s) and why they are important.
      • Link to the GitHub repository, package, or equivalent - we will use information like the number of downloads or stars to determine the utility of the integration
  • A high-level outline of what you will write.

  • Any support you need.

    • For example, if you are worried that your English is not good enough, please call that out here. We are an inclusive community and will work with you to meet our high publication standards if your proposal is otherwise accepted.

When you're ready to start writing, make a copy of the notebook template and follow the guidance within.

All contributions must also adhere to the Gemini API's terms of service.

Googlers, for more information see go/gemini-cookbook-policy.