Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-04-14 16:41:30 +0300
committerRémy Coutable <remy@rymai.me>2016-04-14 16:41:30 +0300
commit64776ab2b4ef40519e75eb73ae946d2c1f774aa6 (patch)
tree8f6e32894fd46baf52ec131bb6246269263630bd /doc
parente1acd361af01b429cdbb4aaed4431b01d9ab95ab (diff)
parent0385cd5a585572be4d3b72797c14cad23efc48f5 (diff)
Merge branch 'start-with-iid-on-new-branch' into 'master'
Start with iid on branch creation After the discussion it in #3886 it was decided the iid should be in the beginning of the branch name. See merge request !3708
Diffstat (limited to 'doc')
-rw-r--r--doc/workflow/web_editor.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/web_editor.md b/doc/workflow/web_editor.md
index 5685a9d89dd..1832567a34c 100644
--- a/doc/workflow/web_editor.md
+++ b/doc/workflow/web_editor.md
@@ -85,7 +85,7 @@ Once you click it, a new branch will be created that diverges from the default
branch of your project, by default `master`. The branch name will be based on
the title of the issue and as suffix it will have its ID. Thus, the example
screenshot above will yield a branch named
-`et-cum-et-sed-expedita-repellat-consequatur-ut-assumenda-numquam-rerum-2`.
+`2-et-cum-et-sed-expedita-repellat-consequatur-ut-assumenda-numquam-rerum`.
After the branch is created, you can edit files in the repository to fix
the issue. When a merge request is created based on the newly created branch,