From 19e16ff7f0feb9228a8e40de20d67fd2c690ee70 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 19 Mar 2021 12:20:31 +0100 Subject: [PATCH] chore: redirect docs problems to discussion (#9210) --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index fe40439e64..5f03cb4115 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Start a discussion + - name: Start a discussion (config, doubts, docs) url: https://github.com/renovatebot/renovate/discussions/new - about: If you have any questions about bot configuration or doubts about whether you should create a feature request or bug report, please click here to create a Discussion instead of an Issue. + about: If you have any questions about bot configuration or doubts about whether you should create a feature request or bug report, or have problems with the documentation please click here to create a Discussion instead of an Issue. -- GitLab