diff --git a/examples/templates/README.md b/examples/templates/README.md index a67232099adf0..7f33a05766ebb 100644 --- a/examples/templates/README.md +++ b/examples/templates/README.md @@ -1,6 +1,6 @@ -# Examples +# Templates -List examples in our CLI with `coder templates init`. +List template examples in our CLI with `coder templates init`. > [Submit an issue](https://github.com/coder/coder/issues/new) if you encounter any issues! @@ -13,3 +13,7 @@ git clone https://github.com/coder/coder cd examples/templates/aws-macos coder templates create ``` + +## Community Templates + +See the list of [Community Templates](./community-templates.md). diff --git a/examples/templates/community-templates.md b/examples/templates/community-templates.md new file mode 100644 index 0000000000000..a983edf34dd4b --- /dev/null +++ b/examples/templates/community-templates.md @@ -0,0 +1,12 @@ +# Community Templates + +This is a list of templates created by the community. + +See [Getting Started](./README.md#getting-started) for how to use these templates. + +> If you have created a template, see one that's missing or one that's no longer +maintained, please submit a pull request to improve this list. Thank you! + +## Contents + +- [ntimo/coder-hetzner-cloud-template](https://github.com/ntimo/coder-hetzner-cloud-template) - Setup a Hetzner Cloud instance as dev environment with or without vscode.