From 016bc1aef4b5333746e987d05d033e5c78aec6a7 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sun, 20 Aug 2017 20:43:35 +0000 Subject: Merge branch 'update-create-project-getting-started' into 'master' Update Create Project Getting Started See merge request !13687 --- doc/gitlab-basics/create-project.md | 17 +++++++---------- doc/gitlab-basics/img/create_new_project_info.png | Bin 20385 -> 82725 bytes 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md index 16aa9598b3c..5aa339fcdfd 100644 --- a/doc/gitlab-basics/create-project.md +++ b/doc/gitlab-basics/create-project.md @@ -9,13 +9,17 @@ ![Project information](img/create_new_project_info.png) +1. Choose if you want start a blank project, or with one of the predefined + [Project Templates](https://gitlab.com/gitlab-org/project-templates): + this will kickstart your repository code and CI automatically. + Otherwise, if you have a project in a different repository, you can [import it] by + clicking an **Import project from** button provided this is enabled in + your GitLab instance. Ask your administrator if not. + 1. Provide the following information: - Enter the name of your project in the **Project name** field. You can't use special characters, but you can use spaces, hyphens, underscores or even emoji. - - If you have a project in a different repository, you can [import it] by - clicking an **Import project from** button provided this is enabled in - your GitLab instance. Ask your administrator if not. - The **Project description (optional)** field enables you to enter a description for your project's dashboard, which will help others understand what your project is about. Though it's not required, it's a good @@ -25,11 +29,4 @@ 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 diff --git a/doc/gitlab-basics/img/create_new_project_info.png b/doc/gitlab-basics/img/create_new_project_info.png index fcfbca87b91..ef8753e224b 100644 Binary files a/doc/gitlab-basics/img/create_new_project_info.png and b/doc/gitlab-basics/img/create_new_project_info.png differ -- cgit v1.2.3