Skip to content

Commit 2443573

Browse files
authored
Merge pull request github#28374 from github/repo-sync
Repo sync
2 parents d11dc85 + b235c98 commit 2443573

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

content/issues/planning-and-tracking-with-projects/managing-your-project/managing-project-templates-in-your-organization.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Managing {% data variables.projects.project_v2 %} templates in your organization'
33
shortTitle: 'Managing templates'
4-
intro: 'You can set projects in your organization as templates, allowing other people to select your template as the base for projects they create.'
4+
intro: 'You can {% ifversion projects-v2-org-templates-improvements %}create templates or {% endif %}set projects as templates in your organization, allowing other people to select your template as the base for projects they create.'
55
versions:
66
feature: projects-v2-org-templates
77
type: tutorial
@@ -15,21 +15,50 @@ allowTitleToDifferFromFilename: true
1515

1616
## About templates
1717

18-
You can set a project as a template to share a pre-configured project with other people in your organization which they can then use as the base for their projects.
18+
You can {% ifversion projects-v2-org-templates-improvements %}create a template, or {% endif %}set a project as a template{% ifversion projects-v2-org-templates-improvements %},{% endif %} to share a pre-configured project with other people in your organization which they can then use as the base for their projects.
1919

2020
The projects you have marked as templates are made available in the "Select a template" pop-up window when other people create projects in your organization.
2121

2222
When someone creates a project from a template, the {% data reusables.projects.what-gets-copied %} are copied from the template to the new project. {% ifversion projects-v2-org-templates-improvements %}You can find the template that a project used from the project's settings page, under the "Templates" section.{% endif %}
2323

24+
{% ifversion projects-v2-org-templates-improvements %}
25+
## Creating templates
26+
{% else %}
2427
## Setting a project as a template
28+
{% endif %}
2529

30+
{% ifversion projects-v2-org-templates-improvements %}
31+
You can either create a new template directly, or you can set a project as a template.
32+
33+
### Creating a new template
34+
{% data reusables.profile.access_org %}
35+
{% data reusables.user-settings.access_org %}
36+
{% data reusables.projects.projects-tab %}
37+
{% data reusables.projects.templates-tab %}
38+
1. Click **New template**.
39+
40+
### Setting a project as a template
41+
{% endif %}
2642
If you have admin permissions for a project in your organization, you can set the project as a template and make it available for others in your organization to use.
2743

2844
{% data reusables.projects.project-settings %}
2945
1. In the "Templates" section, next to "Make template", select the switch to toggle it to **On**.
3046

3147
## Finding templates in your organization
3248

49+
{% ifversion projects-v2-org-templates-improvements %}
50+
51+
You can find all the templates in your organization on the "Templates" page.
52+
53+
{% data reusables.profile.access_org %}
54+
{% data reusables.user-settings.access_org %}
55+
{% data reusables.projects.projects-tab %}
56+
{% data reusables.projects.templates-tab %}
57+
58+
You can also add templates to teams and repositories, to make them accessible and more visible from the team or repository's "Templates" page. For more information, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-your-project/adding-your-project-to-a-team)" and "[AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-your-project/adding-your-project-to-a-repository)."
59+
60+
{% else %}
61+
3362
You can filter the list of projects in your organization to only show projects set as templates.
3463

3564
{% data reusables.profile.access_org %}
@@ -39,6 +68,8 @@ You can filter the list of projects in your organization to only show projects s
3968

4069
![Screenshot of the projects index page. The search text box is highlighted with an orange outline.](/assets/images/help/projects-v2/filter-for-templates.png)
4170

71+
{% endif %}
72+
4273
## Copying a project as a template
4374

4475
If you have write or admin permissions for a project in your organization, you can choose to copy the project as a template. This will make a duplicate of the current project—copying the {% data reusables.projects.what-gets-copied %} —and set that copied project as a template for your organization.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1. In the left sidebar, click {% octicon "project-template" aria-hidden="true" %} **Templates**.

0 commit comments

Comments
 (0)