ProjectTemplate.new('rails','Ruby on Rails',_('Includes an MVC structure, Gemfile, Rakefile, along with many others, to help you get started.'),'https://gitlab.com/gitlab-org/project-templates/rails','illustrations/logos/rails.svg'),
ProjectTemplate.new('spring','Spring',_('Includes an MVC structure, mvnw and pom.xml to help you get started.'),'https://gitlab.com/gitlab-org/project-templates/spring','illustrations/logos/spring.svg'),
ProjectTemplate.new('express','NodeJS Express',_('Includes an MVC structure to help you get started.'),'https://gitlab.com/gitlab-org/project-templates/express','illustrations/logos/express.svg'),
ProjectTemplate.new('iosswift','iOS (Swift)',_('A ready-to-go template for use with iOS Swift apps.'),'https://gitlab.com/gitlab-org/project-templates/iosswift'),
ProjectTemplate.new('dotnetcore','.NET Core',_('A .NET Core console application template, customizable for any .NET Core project'),'https://gitlab.com/gitlab-org/project-templates/dotnetcore','illustrations/logos/dotnet.svg'),
ProjectTemplate.new('gomicro','Go Micro',_('Go Micro is a framework for micro service development.'),'https://gitlab.com/gitlab-org/project-templates/go-micro'),
ProjectTemplate.new('hugo','Pages/Hugo',_('Everything you need to create a GitLab Pages site using Hugo.'),'https://gitlab.com/pages/hugo'),
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
@@ -7,6 +7,7 @@ describe Gitlab::ProjectTemplate do
described_class.new('rails','Ruby on Rails','Includes an MVC structure, .gitignore, Gemfile, and more great stuff','https://gitlab.com/gitlab-org/project-templates/rails'),
described_class.new('spring','Spring','Includes an MVC structure, .gitignore, Gemfile, and more great stuff','https://gitlab.com/gitlab-org/project-templates/spring'),
described_class.new('express','NodeJS Express','Includes an MVC structure, .gitignore, Gemfile, and more great stuff','https://gitlab.com/gitlab-org/project-templates/express'),
described_class.new('iosswift','iOS (Swift)','A ready-to-go template for use with iOS Swift apps.','https://gitlab.com/gitlab-org/project-templates/iosswift'),
described_class.new('dotnetcore','.NET Core','A .NET Core console application template, customizable for any .NET Core project','https://gitlab.com/gitlab-org/project-templates/dotnetcore'),
described_class.new('gomicro','Go Micro','Go Micro is a framework for micro service development.','https://gitlab.com/gitlab-org/project-templates/go-micro'),
described_class.new('hugo','Pages/Hugo','Everything you need to get started using a Hugo Pages site.','https://gitlab.com/pages/hugo'),