Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 621 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 621 Bytes

Contributing

This repos uses claat to generate the codelab pages. To contribute, you need to have claat installed in your machine. You can install it by running:

go get -u github.com/googlecodelabs/tools/claat

After installing claat, you can run the following command to generate the codelab pages:

claat export content/*.md

We welcome contributions to the Genkit Workshop! To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes.
  4. Submit a pull request with a detailed description of your changes.