diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-07-18 12:47:43 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-07-18 12:47:43 +0100 |
commit | d158efa8a2012bc2d6a80f71c765aefb677fe38e (patch) | |
tree | 59923c49efd8562af815db708308f003b80fb318 /doc/gitlab-basics/create-project.md | |
parent | 0f7d462b6a16ffa40aae162be7d292ce2e00246e (diff) | |
parent | 3069cb25451cf9aad4840551b7286fee1c5aebc8 (diff) | |
download | gitlab-ce-10009-ee-board.tar.gz |
Merge branch 'master' into 10009-ee-board10009-ee-board
* master: (34 commits)
Set correct file mode for autocomplete images
Ensure visibility icons in group/project listings are grey
FE remove create branch call in IDE commit
Add start_sha to commits API
Localize updated text on projects list page
Perform more redactions in Redis performance bar traces
Refactor all existing usages of .act
Unquarantine object storage test
Go guide: be more explicit on testing frameworks + diffing test results
Doc for "Move external authorization service API management to EE"
Fix unordered list spacing
Refactor RedisCounter and WebIdeCommitsCounter
Move boards switcher partial
Add tests for when deploy token usernames are not unique
Fix factory default for pages_access_level
Add documentation surrounding [data-qa-selector]
Mockify jquery and axios packages
Add docs about auto-injected Jest mocks
Add rule_type to approval_project_rules
typo
...
Diffstat (limited to 'doc/gitlab-basics/create-project.md')
-rw-r--r-- | doc/gitlab-basics/create-project.md | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md index ccba72f0ef8..2caf7dbbc7a 100644 --- a/doc/gitlab-basics/create-project.md +++ b/doc/gitlab-basics/create-project.md @@ -23,18 +23,18 @@ To create a project in GitLab: To create a new blank project on the **New project** page: 1. On the **Blank project** tab, provide the following information: - - 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. - - 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 - idea to fill this in. - - Changing the **Visibility Level** modifies the project's - [viewing and access rights](../public_access/public_access.md) for users. - - Selecting the **Initialize repository with a README** option creates a - README file so that the Git repository is initialized, has a default branch, and - can be cloned. + - 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. + - 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 + idea to fill this in. + - Changing the **Visibility Level** modifies the project's + [viewing and access rights](../public_access/public_access.md) for users. + - Selecting the **Initialize repository with a README** option creates a + README file so that the Git repository is initialized, has a default branch, and + can be cloned. 1. Click **Create project**. ## Project templates @@ -60,8 +60,8 @@ To use a built-in template on the **New project** page: 1. On the **Create from template** tab, select the **Built-in** tab. 1. From the list of available built-in templates, click the: - - **Preview** button to look at the template source itself. - - **Use template** button to start creating the project. + - **Preview** button to look at the template source itself. + - **Use template** button to start creating the project. 1. Finish creating the project by filling out the project's details. The process is the same as for using a [blank project](#blank-projects). @@ -83,8 +83,8 @@ To use a custom project template on the **New project** page: 1. On the **Create from template** tab, select the **Instance** tab or the **Group** tab. 1. From the list of available custom templates, click the: - - **Preview** button to look at the template source itself. - - **Use template** button to start creating the project. + - **Preview** button to look at the template source itself. + - **Use template** button to start creating the project. 1. Finish creating the project by filling out the project's details. The process is the same as for using a [blank project](#blank-projects). |