mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Move docs for template dropdowns to the new location
This commit is contained in:
@ -25,17 +25,3 @@ Add all the information that you'd like to include in your file:
|
||||
Add a commit message based on what you just added and then click on "commit changes":
|
||||
|
||||

|
||||
|
||||
# On a new project
|
||||
|
||||
When starting a new project, there are some common files which the new project might need too. Therefore a message will be displayed by GitLab to make this easy for you.
|
||||
|
||||

|
||||
|
||||
When clicking on either `LICENSE` or `.gitignore`, a dropdown will be displayed to provide you with a template which might be suitable for your project.
|
||||
|
||||

|
||||
|
||||
The license, changelog, contribution guide, or `.gitlab-ci.yml` file could also be added through a button on the project page. In the example below the license has already been created, which creates a link to the license itself.
|
||||
|
||||

|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
@ -25,6 +25,29 @@ When you are satisfied with your new file, click **Commit Changes** at the botto
|
||||
|
||||

|
||||
|
||||
### Template dropdowns
|
||||
|
||||
When starting a new project, there are some common files which the new project
|
||||
might need too. Therefore a message will be displayed by GitLab to make this
|
||||
easy for you.
|
||||
|
||||

|
||||
|
||||
When clicking on either `LICENSE` or `.gitignore`, a dropdown will be displayed
|
||||
to provide you with a template which might be suitable for your project.
|
||||
|
||||

|
||||
|
||||
The license, changelog, contribution guide, or `.gitlab-ci.yml` file could also
|
||||
be added through a button on the project page. In the example below the license
|
||||
has already been created, which creates a link to the license itself.
|
||||
|
||||

|
||||
|
||||
>**Note:**
|
||||
The **Set up CI** button will not appear on an empty repository. You have to at
|
||||
least add a file in order for the button to show up.
|
||||
|
||||
## Upload a file
|
||||
|
||||
The ability to create a file is great when the content is text. However, this
|
||||
@ -147,5 +170,6 @@ you commit the changes you will be taken to a new merge request form.
|
||||
|
||||

|
||||
|
||||

|
||||
[ce-2808]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2808
|
||||
[issue closing pattern]: ../customization/issue_closing.md
|
||||
|
Reference in New Issue
Block a user