Skip to content

Improve chatops help output

Yorick Peterse requested to merge improve-chatops-help into master

What does this MR do?

This improves the output produced when running an unknown command, running the "help" command, and when trying to run a command you are not allowed to run. The new help output includes links to the project of the chatops integration, and a link to the chatops documentation.

See https://gitlab.com/gitlab-org/gitlab-ce/issues/66282 for more information.

Screenshots

The output of the old help command:

help_before

New output:

help

New output when running an unauthorised command:

not_allowed

Does this MR meet the acceptance criteria?

Conformity

Merge request reports