From 2cd2b067361fe62bf0dfbf34bd96c245971720a4 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Thu, 16 Jun 2022 11:26:20 +0300 Subject: [PATCH 1/2] feat: Add section for community templates --- 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 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..6fd2d0ed91233 --- /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 + +- [[Example cloud provider]](https://github.com/...) (by @ user) From 6999a556686adfdcbb410e9a7f447df43372b7bd Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Thu, 16 Jun 2022 15:11:11 +0300 Subject: [PATCH 2/2] Add ntimo/coder-hetzner-cloud-template --- examples/templates/community-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/templates/community-templates.md b/examples/templates/community-templates.md index 6fd2d0ed91233..a983edf34dd4b 100644 --- a/examples/templates/community-templates.md +++ b/examples/templates/community-templates.md @@ -9,4 +9,4 @@ maintained, please submit a pull request to improve this list. Thank you! ## Contents -- [[Example cloud provider]](https://github.com/...) (by @ user) +- [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.