From e78161bd0069c46047d5304cccfea91ac291d177 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 18 Feb 2023 19:40:09 +1100 Subject: [PATCH] Add FAQ link to issues template (#4364) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f728e5baf8..aeff58f965 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -6,7 +6,7 @@ body: id: no-duplicate-issues attributes: label: "Please verify that this bug has NOT been raised before." - description: "Search in the issues sections by clicking [HERE](https://github.com/inventree/inventree/issues?q=)" + description: "Search in the issues sections by clicking [HERE](https://github.com/inventree/inventree/issues?q=) and read the [Frequently Asked Questions](https://docs.inventree.org/en/latest/faq/)!" options: - label: "I checked and didn't find a similar issue" required: true