Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 011a5c6

Browse files
committed
Add help message
1 parent d3215da commit 011a5c6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A browser extension that enhance all Merge Requests lists on any instance of Git
2525
- WIP toggle button (can be enabled/disabled in the extension preferences)
2626
- Show an indicator when there's unresolved discussions left on Merge Requests
2727
- Can be enabled/disabled in the extension preferences
28-
- Note the **All discussions must be resolved** option must be enabled for this feature to be working as expected. This option must be enabled per project and is located in **Settings > General > Merge Requests > Merge checks**
28+
- Note the **All discussions must be resolved** option must be enabled for this feature to be working as expected. This option is enabled per project and is located in **Settings > General > Merge Requests > Merge checks**
2929
- Compatible with all GitLab editions (GitLab CE, GitLab EE, GitLab.com) (look at the prerequisites, though)
3030

3131
## Prerequisites

html/options.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
<label for="enable_unresolved_discussions_indicator">Show an indicator when there's unresolved discussion(s) left</label>
7171
</div>
7272
</div>
73+
<div class="pbs pll">
74+
<small class="txt-muted">Note the <strong>All discussions must be resolved</strong> option must be enabled for this feature to be working as expected. This option is enabled per project and is located in <strong>Settings > General > Merge Requests > Merge checks</strong>.</small>
75+
</div>
7376
<div class="txt-center pts pbs"><button type="submit" class="browser-style">Save preferences</button></div>
7477
</form>
7578

0 commit comments

Comments
 (0)