From b3f2b7c80a94e570132702072d4d8f809bf9eeec Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Thu, 16 Jun 2022 19:48:44 +0300 Subject: [PATCH] feat: Add section for community templates (#2401) * feat: Add section for community templates * Add ntimo/coder-hetzner-cloud-template --- examples/templates/README.md | 8 ++++++-- examples/templates/community-templates.md | 12 ++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 examples/templates/community-templates.md diff --git a/examples/templates/README.md b/examples/templates/README.md index a67232099a..7f33a05766 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 0000000000..a983edf34d --- /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.