diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-23 14:08:34 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-23 14:08:34 +0000 |
commit | 8854cd3e3b7679c0ab81d2273d352feabacbf3f0 (patch) | |
tree | 561f29bef59748f135d1f13be2cbf3d216aee231 | |
parent | 07354b171a07baf5cc6f4288436a460129430723 (diff) | |
parent | 67ac0330e01a8f3fbdd9e217f269467c89274e18 (diff) | |
download | gitlab-ce-8854cd3e3b7679c0ab81d2273d352feabacbf3f0.tar.gz |
Merge branch 'docs-fix-issue-new-branch-format' into 'master'
Fix the description of the new branch created by an issue's new branch button
See merge request gitlab-org/gitlab-ce!15004
-rw-r--r-- | doc/user/project/repository/web_editor.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/repository/web_editor.md b/doc/user/project/repository/web_editor.md index d47a3acdbe9..db0c3ed9d59 100644 --- a/doc/user/project/repository/web_editor.md +++ b/doc/user/project/repository/web_editor.md @@ -105,7 +105,7 @@ merge request. 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 +the title of the issue and as a prefix, it will have its internal ID. Thus, the example screenshot above will yield a branch named `2-et-cum-et-sed-expedita-repellat-consequatur-ut-assumenda-numquam-rerum`. |