mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 19:46:12 +10:00
Shorten merge request WIP text.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Please view this file on the master branch, on stable branches it's out of date.
|
||||
|
||||
v 7.12.0 (unreleased)
|
||||
- Shorten merge request WIP text.
|
||||
- Refactor permission checks with issues and merge requests project settings (Stan Hu)
|
||||
- Fix Markdown preview not working in Edit Milestone page (Stan Hu)
|
||||
- Fix Zen Mode not closing with ESC key (Stan Hu)
|
||||
|
||||
@@ -15,11 +15,11 @@
|
||||
- if issuable.is_a?(MergeRequest)
|
||||
%p.help-block
|
||||
- if issuable.work_in_progress?
|
||||
This merge request is marked a <strong>Work In Progress</strong>.
|
||||
When it's ready, remove the <code>WIP</code> prefix from the title to allow it to be accepted.
|
||||
Remove the <code>WIP</code> prefix from the title to allow this
|
||||
<strong>Work In Progress</strong> merge request to be accepted when it's ready.
|
||||
- else
|
||||
To prevent this merge request from being accepted before it's ready,
|
||||
mark it a <strong>Work In Progress</strong> by starting the title with <code>[WIP]</code> or <code>WIP:</code>.
|
||||
Start the title with <code>[WIP]</code> or <code>WIP:</code> to prevent a
|
||||
<strong>Work In Progress</strong> merge request from being accepted before it's ready.
|
||||
.form-group.issuable-description
|
||||
= f.label :description, 'Description', class: 'control-label'
|
||||
.col-sm-10
|
||||
|
||||
Reference in New Issue
Block a user