<% if @item[:feedback].nil? %>
Docs
Edit this page to fix an error or add an improvement in a merge request
Create an issue to suggest an improvement to this doc
<%# Show comments only in production and on the default branch (hide archives) %> <% if @item[:comments].nil? && is_production? && ENV['CI_COMMIT_REF_NAME'] == ENV['CI_DEFAULT_BRANCH'] %> <% unless @item.identifier.to_s.split('/')[1] == 'ce' %> Show and post comments to review and give feedback on this doc <% end %> <% end %>
Product
Create an issue if there's something you don't like about this feature
Propose functionality by submitting a feature request
Join beta testing to help shape new features
Feature availability and product trials
View pricing to see all GitLab tiers and features, or to upgrade
GitLab Gold Free-trial to try all features in GitLab.com
GitLab Ultimate Free-trial to try all features in GitLab self-managed
Get Help

If you didn't find what you were looking for, search the docs.

If you want help with something specific, and could use community support, post on the GitLab forum.

For problems setting up or using this feature (depending on your GitLab subscription).

Request support
<% end %>