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

Commit

Permalink
Add help message
Browse files Browse the repository at this point in the history
  • Loading branch information
EpocDotFr committed Jan 23, 2021
1 parent d3215da commit 011a5c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A browser extension that enhance all Merge Requests lists on any instance of Git
- WIP toggle button (can be enabled/disabled in the extension preferences)
- Show an indicator when there's unresolved discussions left on Merge Requests
- Can be enabled/disabled in the extension preferences
- 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**
- 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**
- Compatible with all GitLab editions (GitLab CE, GitLab EE, GitLab.com) (look at the prerequisites, though)

## Prerequisites
Expand Down
3 changes: 3 additions & 0 deletions html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
<label for="enable_unresolved_discussions_indicator">Show an indicator when there's unresolved discussion(s) left</label>
</div>
</div>
<div class="pbs pll">
<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>
</div>
<div class="txt-center pts pbs"><button type="submit" class="browser-style">Save preferences</button></div>
</form>

Expand Down

0 comments on commit 011a5c6

Please sign in to comment.