From 60fdea7aed6d727e543f48d60d4f72a95cb369ee Mon Sep 17 00:00:00 2001
From: Folke Lemaitre <folke.lemaitre@gmail.com>
Date: Fri, 23 Dec 2022 14:29:38 +0100
Subject: [PATCH] ci: added link to docs to issue template for the very lazy
 people

---
 .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 e0da724..a95857a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -6,7 +6,9 @@ body:
   - type: markdown
     attributes:
       value: |
-        **Before** reporting an issue, make sure to search [existing issues](https://github.com/folke/lazy.nvim/issues).
+        **Before** reporting an issue, make sure to
+        read the [documentation](https://github.com/folke/lazy.nvim) and
+        search [existing issues](https://github.com/folke/lazy.nvim/issues).
         Usage questions such as ***"How do I...?"*** belong in [Discussions](https://github.com/folke/lazy.nvim/discussions) and will be closed.
   - type: checkboxes
     attributes: