Skip to content

docs: Removing the duplicate image

Suzanne Selhorn requested to merge sselhorn-main-patch-50447 into main

Description

This MR tries to make the extension name consistent. I believe the official name should be GitLab Workflow for VS Code.

  • When you view it in the marketplace or in VS Code, the titles look like duplicates, and they don't match.

image

I'd prefer if we can remove the title altogether, and that's what this MR proposes. However, if that's not possible, can we make these names the same?

I looked at other extensions, and some have a simple H1, and others just go right into the content. Here is an example of a GitHub extension that does what this MR does.

If we need to provide more information about the repo itself (because this removes the extension name from the readme), we can add a description to the repo itself. (In the upper-right corner of the project, choose Project settings and then add a project description.)

Related Issues

Resolves #[issue_number]

How has this been tested?

Screenshots (if appropriate)

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes

Merge request reports

Loading