From a0cbef1c4696595beb619ff6e3118efa447cd2d7 Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Fri, 3 Mar 2023 16:28:47 +0100 Subject: [PATCH] github: fix validation errors (#3903) Signed-off-by: hagen1778 --- .github/ISSUE_TEMPLATE/question.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 97542f044..51ea7b1c0 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -24,9 +24,9 @@ body: label: Troubleshooting docs description: I am familiar with the following troubleshooting docs options: - - label: [General troubleshooting](https://docs.victoriametrics.com/Troubleshooting.html) + - label: General - https://docs.victoriametrics.com/Troubleshooting.html required: false - - label: [vmagent troubleshooting](https://docs.victoriametrics.com/vmagent.html#troubleshooting) + - label: vmagent - https://docs.victoriametrics.com/vmagent.html#troubleshooting required: false - - label: [vmalert troubleshooting](https://docs.victoriametrics.com/vmalert.html#troubleshooting) + - label: vmalert - https://docs.victoriametrics.com/vmalert.html#troubleshooting required: false \ No newline at end of file