summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-03-08 08:19:38 +0000
committerSean McGivern <sean@gitlab.com>2019-03-08 08:19:38 +0000
commit207d31002ea980ced4e106a3ab79fa2a6fd21047 (patch)
treeafa20d5c6b6edf298dae204a7d0b1c1187292ac1 /lib
parent9f6e60d7f709e106df6aa511305ee783094173af (diff)
parent773b0d499caec644760152852fbc7558e1bf9b1a (diff)
downloadgitlab-ce-207d31002ea980ced4e106a3ab79fa2a6fd21047.tar.gz
Merge branch '58649-project-template-for-android' into 'master'
Resolve "Project template for Android" Closes #58649 See merge request gitlab-org/gitlab-ce!25870
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/project_template.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/project_template.rb b/lib/gitlab/project_template.rb
index 8a908291637..99885be8755 100644
--- a/lib/gitlab/project_template.rb
+++ b/lib/gitlab/project_template.rb
@@ -30,6 +30,7 @@ module Gitlab
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('android', 'Android', _('A ready-to-go template for use with Android apps.'), 'https://gitlab.com/gitlab-org/project-templates/android', 'illustrations/logos/android.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'),
ProjectTemplate.new('jekyll', 'Pages/Jekyll', _('Everything you need to create a GitLab Pages site using Jekyll.'), 'https://gitlab.com/pages/jekyll'),