From dcca454bad144d6113c69feff69132de5166a527 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 9 Dec 2020 13:10:11 +0100 Subject: [PATCH] Mention GitHub Discussions in Template chooser Adds a link to the new [GitHub Discussions page](https://github.com/PlaceholderAPI/PlaceholderAPI/discussions) of this Repository. --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7553dc0..9192137 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -12,3 +12,6 @@ contact_links: - name: Update Wiki url: https://github.com/PlaceholderAPI/PlaceholderAPI/pulls about: Please make a Pull request towards the "wiki" folder to update the wiki. + - name: Questions + url: https://github.com/PlaceholderAPI/PlaceholderAPI/discussions + about: If you have any questions, ask them in our Discussions Page.