Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-06 00:08:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-06 00:08:43 +0300
commit59712a466f6f12acf517cdea2c4fa876f0214124 (patch)
treeba91f1d944811e9eef71bd45843797ad9989c3af /doc/development/project_templates.md
parent2b2299ea5f8717ad59a47c1c40d951409dfeb35b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/project_templates.md')
-rw-r--r--doc/development/project_templates.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/project_templates.md b/doc/development/project_templates.md
index cc53ef77c62..da933c8a009 100644
--- a/doc/development/project_templates.md
+++ b/doc/development/project_templates.md
@@ -19,8 +19,8 @@ To make the project template available when creating a new project, the vendorin
1. Create a working template ([example](https://gitlab.com/gitlab-org/project-templates/dotnetcore))
- 2 types of built-in templates are available within GitLab:
- - **Normal templates**: Available in GitLab Core, Starter and above (this is the most common type of built-in template).
- - To contribute a normal template:
+ - **Standard templates**: Available in GitLab Core, Starter and above (this is the most common type of built-in template).
+ - To contribute a standard template:
- Add details of the template in the `localized_templates_table` method in `gitlab/lib/gitlab/project_template.rb`,
- Add details of the template in `spec/lib/gitlab/project_template_spec.rb`, in the test for the `all` method, and
- Add details of the template in `gitlab/app/assets/javascripts/projects/default_project_templates.js`.