From 313323e43a05eed57574977367fa7300bed26560 Mon Sep 17 00:00:00 2001 From: derrod Date: Sun, 31 Jan 2021 21:26:07 +0100 Subject: [PATCH] .github: Add link to Wiki to issue config --- .github/ISSUE_TEMPLATE/config.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3b055ae..111c719 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,11 @@ -blank_issues_enabled: false -contact_links: - - name: GitHub Discussions - url: https://github.com/derrod/legendary/discussions - about: GitHub Forum for anything that is not a legendary issue (e.g. game or WINE problems) - - name: Discord chat - url: https://discord.gg/RQHbMVrwRr - about: Discord chat for help with game or WINE issues +blank_issues_enabled: false +contact_links: + - name: GitHub Wiki + url: https://github.com/derrod/legendary/wiki/Game-workarounds + about: The Legendary Wiki contains troubleshooting steps for some games and a guide for setting up Proton + - name: GitHub Discussions + url: https://github.com/derrod/legendary/discussions + about: GitHub Forum for anything that is not a legendary issue (e.g. game or WINE problems) + - name: Discord chat + url: https://discord.gg/RQHbMVrwRr + about: Discord chat for help with game or WINE issues