Skip to content

Commit c5c13e1

Browse files
Apply suggestions from code review
Co-authored-by: Kira Pilot <kira@coder.com>
1 parent 98bb615 commit c5c13e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ resource "kubernetes_pod" "podName" {
247247
You can edit a template using the coder CLI or the UI. Only [template admins and
248248
owners](../admin/users.md) can edit a template.
249249

250-
Using the UI, navigate to the template page, click on the "three dots" button, and select the option "Edit files". In the template editor, you create, edit and remove files. After every change, you have to build the template with the new modifications, to test if they are valid, and after you can publish them make the new template version the active one (the version that is used by default) or not.
250+
Using the UI, navigate to the template page, click on the Kebab menu, and select the option to "Edit files". In the template editor, you create, edit and remove files. Before publishing a new template version, you can test your modifications by clicking the "Build template" button. Newly published template versions automatically become the default version selection when creating a workspace.
251251

252-
> **Tip**: By not publishing a version as active, you can try them in a workspace before making it default for everybody in your organization. This is helpful to debug new changes without impacting others.
252+
> **Tip**: Even without publishing a version as active, you can still use it to create a workspace before making it the default for everybody in your organization. This may help you debug new changes without impacting others.
253253
254254
Using the CLI, login to Coder and run the following command to edit a single
255255
template:

0 commit comments

Comments
 (0)