From 05c22ca3e0a4db1cd4b23376bb2b61cc0e877eff Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Wed, 22 Jun 2016 22:56:15 +0200 Subject: Add documentation on template dropdowns --- doc/gitlab-basics/add-file.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'doc/gitlab-basics/add-file.md') diff --git a/doc/gitlab-basics/add-file.md b/doc/gitlab-basics/add-file.md index 57136ac5c39..e1e55a43de4 100644 --- a/doc/gitlab-basics/add-file.md +++ b/doc/gitlab-basics/add-file.md @@ -26,6 +26,16 @@ Add a commit message based on what you just added and then click on "commit chan ![Commit changes](basicsimages/commit_changes.png) -### Note -Besides its regular files, every directory needs a README.md or README.html file which works like an index, telling -what the directory is about. It's the first document you'll find when you open a directory. +# On a new project + +When starting a new project, there are some common files which the new project might need too. Therefor a message will be displayed by GitLab to make this easy for you. + +![First file for your project](basicsimages/first_file.png) + +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. + +![MIT license selected](basicsimages/mit_license.png) + +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. + +![New file button](basicsimages/file_button.png) -- cgit v1.2.1 From 8ab659aa5d09b2da1cf68ac6c149d0225690d6a2 Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Fri, 22 Jul 2016 08:30:33 +0200 Subject: Correct spelling of therefore [ci skip] --- doc/gitlab-basics/add-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gitlab-basics/add-file.md') diff --git a/doc/gitlab-basics/add-file.md b/doc/gitlab-basics/add-file.md index e1e55a43de4..27591a4a15a 100644 --- a/doc/gitlab-basics/add-file.md +++ b/doc/gitlab-basics/add-file.md @@ -28,7 +28,7 @@ Add a commit message based on what you just added and then click on "commit chan # On a new project -When starting a new project, there are some common files which the new project might need too. Therefor a message will be displayed by GitLab to make this easy for you. +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. ![First file for your project](basicsimages/first_file.png) -- cgit v1.2.1 From 7c89308ae4891085d59c6f85da77c5c13e0bd233 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 2 Sep 2016 13:28:17 +0200 Subject: Move docs for template dropdowns to the new location --- doc/gitlab-basics/add-file.md | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'doc/gitlab-basics/add-file.md') diff --git a/doc/gitlab-basics/add-file.md b/doc/gitlab-basics/add-file.md index 27591a4a15a..ff10a98e8f5 100644 --- a/doc/gitlab-basics/add-file.md +++ b/doc/gitlab-basics/add-file.md @@ -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": ![Commit changes](basicsimages/commit_changes.png) - -# 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. - -![First file for your project](basicsimages/first_file.png) - -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. - -![MIT license selected](basicsimages/mit_license.png) - -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. - -![New file button](basicsimages/file_button.png) -- cgit v1.2.1