diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-08-17 09:42:23 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-08-17 09:42:23 +0000 |
commit | db3289be55f5efe7523d2e8119f549b93c140b92 (patch) | |
tree | 6a18944ae67c21c6375043dea65adb71b1fe1f8e /doc/gitlab-basics | |
parent | 938e63ef4abe4915326b852945579877e4aa3c83 (diff) | |
parent | 1d8025feca1a3f5a18dbf2b3dea6a073e0c1d4b4 (diff) | |
download | gitlab-ce-db3289be55f5efe7523d2e8119f549b93c140b92.tar.gz |
Merge branch 'zj-fix-fe-posting-value' into 'master'
Fix project templates and add docs
Closes #36492
See merge request !13563
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/create-project.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md index 763ebc70ed0..b4b77a2f94b 100644 --- a/doc/gitlab-basics/create-project.md +++ b/doc/gitlab-basics/create-project.md @@ -29,5 +29,12 @@ 1. Click **Create project**. +## From a template + +To kickstart your development GitLab projects can be started from a template. +For example, one of the templates included is Ruby on Rails. When filling out the +form for new projects, click the 'Ruby on Rails' button. During project creation, +this will import a Ruby on Rails template with GitLab CI preconfigured. + [import it]: ../workflow/importing/README.md [reserved]: ../user/reserved_names.md |