Skip to content
代码片段 群组 项目
提交 81dd4b58 编辑于 作者: Jiovanni Castillo's avatar Jiovanni Castillo 提交者: Amy Qualls
浏览文件

Revisions for tone and style

Fix instances of naming UI elements that go against our style guide.
Add in hard line wraps. This work should be more fully documented
but let's start here.
上级 edf481f9
No related branches found
No related tags found
无相关合并请求
...@@ -35,14 +35,14 @@ If your development workflow requires an issue for every merge ...@@ -35,14 +35,14 @@ If your development workflow requires an issue for every merge
request, you can create a branch directly from the issue to speed the process up. request, you can create a branch directly from the issue to speed the process up.
The new branch, and later its merge request, are marked as related to this issue. The new branch, and later its merge request, are marked as related to this issue.
After merging the merge request, the issue is closed automatically, unless [automatic issue closing is disabled](../issues/managing_issues.md#disable-automatic-issue-closing). After merging the merge request, the issue is closed automatically, unless [automatic issue closing is disabled](../issues/managing_issues.md#disable-automatic-issue-closing).
You can see a **Create merge request** dropdown below the issue description. You can see a **Create merge request** dropdown list below the issue description.
NOTE: NOTE:
In GitLab 14.8 and later, selecting **Create merge request** In GitLab 14.8 and later, selecting **Create merge request**
[redirects to the merge request creation form](https://gitlab.com/gitlab-org/gitlab/-/issues/349566) [redirects to the merge request creation form](https://gitlab.com/gitlab-org/gitlab/-/issues/349566)
instead of immediately creating the merge request. instead of immediately creating the merge request.
The **Create merge request** button doesn't display if: **Create merge request** doesn't display if:
- A branch with the same name already exists. - A branch with the same name already exists.
- A merge request already exists for this branch. - A merge request already exists for this branch.
...@@ -54,15 +54,14 @@ To make this button appear, one possible workaround is to ...@@ -54,15 +54,14 @@ To make this button appear, one possible workaround is to
After removal, the fork relationship cannot be restored. This project can no longer After removal, the fork relationship cannot be restored. This project can no longer
be able to receive or send merge requests to the source project, or other forks. be able to receive or send merge requests to the source project, or other forks.
This dropdown contains the options **Create merge request and branch** and **Create branch**. The dropdown list contains the options **Create merge request and branch** and **Create branch**.
After selecting one of these options, a new branch or branch and merge request After selecting one of these options, a new branch or branch and merge request
is created based on your project's [default branch](../repository/branches/default.md). is created based on your project's [default branch](../repository/branches/default.md).
The branch name is based on an internal ID, and the issue title. The example The branch name is based on your project's branch name template. The default template
screenshot above creates a branch named is `%{id}-%{title}`. Supported variables for branch name templates are `%{id}` and `%{title}`.
`2-make-static-site-auto-deploy-and-serve`.
When you select the **Create branch** button in an empty When you select **Create branch** in an empty
repository project, GitLab performs these actions: repository project, GitLab performs these actions:
- Creates a default branch. - Creates a default branch.
......
...@@ -44,7 +44,7 @@ To update the default branch for an individual [project](../../index.md): ...@@ -44,7 +44,7 @@ To update the default branch for an individual [project](../../index.md):
1. On the top bar, select **Main menu > Projects** and find your project. 1. On the top bar, select **Main menu > Projects** and find your project.
1. In the left navigation menu, go to **Settings > Repository**. 1. In the left navigation menu, go to **Settings > Repository**.
1. Expand **Default branch**. For **Initial default branch name**, select a new default branch. 1. Expand **Branch defaults**. For **Default branch**, select a new default branch.
1. Optional. Select the **Auto-close referenced issues on default branch** checkbox to close 1. Optional. Select the **Auto-close referenced issues on default branch** checkbox to close
issues when a merge request issues when a merge request
[uses a closing pattern](../../issues/managing_issues.md#closing-issues-automatically). [uses a closing pattern](../../issues/managing_issues.md#closing-issues-automatically).
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册