Contributing to examples

Examples used to live in livetemplate/examples. GitHub has that repository archived, so it is read-only. Nothing there accepts contributions any more, and the instructions this page used to carry described a workflow that no longer exists.

Every runnable app now lives in this repository, under examples/<slug>/, next to the page that documents it. You edit the two together, so a change to one turns up in review beside the other.

Where to start

CONTRIBUTING.md in the docs repo has the current steps — the four files an example needs, how to mount it in cmd/site, and how to run its chromedp test.

Two rules from it are worth repeating here, because getting either wrong has already cost real work:

Contributing to the libraries

This page is about example apps. For the framework itself, see LiveTemplate, the browser client, or the CLI.

source: livetemplate/docs · path: content/contributing/examples.md