From c9f4d238eb64f4b251bbad99440611d0e16f54c3 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 18 Mar 2021 22:24:21 -0400 Subject: [PATCH] misc: update issue templates ***NO_CI*** --- .github/ISSUE_TEMPLATE/config.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d672bf53..680ec362 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,14 @@ blank_issues_enabled: false contact_links: - name: Help / Questions - url: https://github.com/Requarks/wiki/discussions?discussions_q=category%3A%22Help+%2F+Questions%22 - about: Please ask and answer questions here. + url: https://github.com/Requarks/wiki/discussions/categories/help-questions + about: Ask the community for help on using or setting up Wiki.js + - name: Report a Security Issue + url: https://github.com/Requarks/wiki/security/policy + about: Privately report security issues so they can be addressed quickly. + - name: Errors / Bug Reports + url: https://github.com/Requarks/wiki/discussions/categories/error-bug-report + about: Create a discussion around the bug / error you're getting. If validated, a proper GitHub issue will be created so that it can be worked on. - name: Request a new feature / improvement - url: https://requarks.canny.io/wiki + url: https://feedback.js.wiki/wiki about: Submit ideas for new features or improvements.