From e08818cca192b7b5591b94eab1ca628524f58a33 Mon Sep 17 00:00:00 2001 From: teinarss Date: Tue, 18 Aug 2020 17:57:16 +0200 Subject: [PATCH] Update issue template with links to FAQ --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/crash-report.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4fe8dbc598..24ee62d624 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Frequently Asked Questions + url: https://github.com/OpenRA/OpenRA/wiki/FAQ#frequently-asked-questions + about: Explanations for common problems and questions. - name: OpenRA Forum url: https://forum.openra.net/ about: "Please ask questions about modding here." diff --git a/.github/ISSUE_TEMPLATE/crash-report.md b/.github/ISSUE_TEMPLATE/crash-report.md index fcbc5ca951..baea717531 100644 --- a/.github/ISSUE_TEMPLATE/crash-report.md +++ b/.github/ISSUE_TEMPLATE/crash-report.md @@ -1,6 +1,6 @@ --- name: Crash report -about: Report a game crash. +about: Report a game crash. Check the FAQ first https://github.com/OpenRA/OpenRA/wiki/FAQ#common-issues title: My game crashed labels: Crash assignees: ''