Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding custom project templates to GitLab

Tags:

gitlab

When I tried to create a new project in GitLab using templates I am provided with three options

* Ruby on Rails
* Spring
* NodeJSExpress

Is it possible to add a custom template in addition to the existing templates?

like image 831
Vimal David Avatar asked Aug 10 '18 08:08

Vimal David


1 Answers

Almost! GitLab 11.2 will introduce the option to specify instance-level project templates, and 11.3 is currently anticipated to also add group-level project templates.

gitlab-org/gitlab-ee#6860 has a few more details. The documentation page should be up sometime in the next couple weeks.

like image 146
King Chung Huang Avatar answered Sep 27 '22 01:09

King Chung Huang