Skip to content

Add issue creation link to debug-info output

Tiger Watson requested to merge debug-info-issue-link into main

What does this Merge Request do and why?

Adds a link to create a new issue to the output of gdk debug-info.

Eg:

$ gdk debug-info
--------------------------------------------------------------------------------
ℹ️  Please review the content below, ensuring any sensitive information such as
   API keys, passwords etc are removed before submitting. To create an issue
   in the GitLab Development Kit project, use the following link:

   https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues/new

--------------------------------------------------------------------------------

...

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Ash McKenzie

Merge request reports