From 7eb85d3b31bc4cd45c31ca3b3748f15669348b61 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Tue, 11 Oct 2022 18:00:05 +0200 Subject: [PATCH] refactor: add extra links to issues template --- .github/ISSUE_TEMPLATE/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f5830f64..a1c536fd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,3 +3,9 @@ contact_links: - name: Question url: https://github.com/anuraghazra/github-readme-stats/discussions about: Please ask and answer questions here. + - name: Error + url: https://github.com/anuraghazra/github-readme-stats/issues/1772 + about: Before opening a bug report, please check the 'Common Error Codes' issue. + - name: FAQ + url: https://github.com/anuraghazra/github-readme-stats/discussions/1770 + about: Please first check the FAQ before asking a question.