From 14078b67201f4655ecdc13d2e5cae01962fc60da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 31 Aug 2020 21:34:37 +0200 Subject: [PATCH] Make documentation issues a link to tenancy-docs --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7ae033bf..0980787a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,7 @@ blank_issues_enabled: false contact_links: - name: Support Questions & Other url: https://github.com/stancl/tenancy/blob/3.x/SUPPORT.md - about: 'If you have a question or need help using the package' + about: 'If you have a question or need help using the package.' + - name: Documentation Issue + url: https://github.com/stancl/tenancy-docs + about: 'Suggest how the documentation could be improved.'