From 5705de7d7a151a03e7519019029df2ee70560305 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Sun, 27 Oct 2024 10:56:32 -0300 Subject: [PATCH] chore: add FAQ to issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0ae5b577..204ef846 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: Create a report to help us improve. Write in English, please. +description: Create a report to help us improve. Write in English. title: "[BUG] Write a title for your bug" labels: ["bug"] body: @@ -61,3 +61,5 @@ body: required: true - label: I am aware that Hydra team does not offer any support or help regarding the downloaded games. required: true + - label: I have read the [Frequently Asked Questions (FAQ)](https://github.com/hydralauncher/hydra/wiki/FAQ). + required: true