From ea4de39faa8365b8390384fca4ab7fa16ea36eaf Mon Sep 17 00:00:00 2001 From: Dunedan Date: Sun, 11 May 2025 12:24:49 +0200 Subject: [PATCH] Direct support requests to the forums This disables the default issue type in Gitea and replaces it with a link to the help and feedback section in the forums. That's a measure to discourage players to use Gitea as a tool to seek support. --- .gitea/ISSUE_TEMPLATE/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/config.yaml diff --git a/.gitea/ISSUE_TEMPLATE/config.yaml b/.gitea/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000000..698a59c1fb --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,7 @@ +--- +blank_issues_enabled: false +contact_links: + - name: Help & Feedback + url: https://wildfiregames.com/forum/forum/145-help-amp-feedback/ + about: > + If you need help or have feedback, please open a thread in the forums.