Templates

Templates are file structures to kick start your projects faster.

Creation

From the template list you can create a new template. It will be created as an empty git project that you can modify locally.

Usage

From the dataset/project details view, in the templates section, you can search for templates and apply them.

details view

When you select a template, a dialogue will appear asking you for confirmation and an optional branch. The default value will be the default branch of the template, but you can provide any valid git reference.

confirmation

The template will be applied by copy/paste of all the files on the template over the project files. This result will be committed to another branch and a new merge request will be open to review the changes. The merge request will be automatically open when you apply the template.