Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3f2b7c

Browse files
authored
feat: Add section for community templates (#2401)
* feat: Add section for community templates * Add ntimo/coder-hetzner-cloud-template
1 parent edaa3f5 commit b3f2b7c

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

examples/templates/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Examples
1+
# Templates
22

3-
List examples in our CLI with `coder templates init`.
3+
List template examples in our CLI with `coder templates init`.
44

55
> [Submit an issue](https://github.com/coder/coder/issues/new) if you encounter any issues!
66
@@ -13,3 +13,7 @@ git clone https://github.com/coder/coder
1313
cd examples/templates/aws-macos
1414
coder templates create
1515
```
16+
17+
## Community Templates
18+
19+
See the list of [Community Templates](./community-templates.md).
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Community Templates
2+
3+
This is a list of templates created by the community.
4+
5+
See [Getting Started](./README.md#getting-started) for how to use these templates.
6+
7+
> If you have created a template, see one that's missing or one that's no longer
8+
maintained, please submit a pull request to improve this list. Thank you!
9+
10+
## Contents
11+
12+
- [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.

0 commit comments

Comments
 (0)