From 9ef701990ebc1e606f2035f4a58cdf4de6ac247b Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Fri, 24 Jan 2025 16:46:56 +0100 Subject: [PATCH] [TOOLS] Restore faq checkbox (#1757) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 63dd925e..d9e03560 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,6 +22,8 @@ body: required: true - label: "I have searched the existing issues for my problem. This is a new ticket, NOT a duplicate or related to another open issue." required: true + - label: "I have read the [FAQs](https://github.com/uazo/cromite/blob/master/docs/FAQ.md)." + required: true - label: "I have updated Cromite to the latest version. The bug is reproducible on this latest version." required: true - label: "This is a bug report about the Cromite browser; not the website nor F-Droid nor anything else."