diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 40c50a4..c3c2d1d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,17 +1,36 @@
 name: Bug Report
 description: File a bug report
 body:
-  - type: textarea
+  - type: checkboxes
+    attributes:
+      label: "Frequently Asked Questions"
+      description: Please be sure to consult the FAQ, as most problems and advanced features are covered there.
+      options:
+        - label: I have [read the FAQ](../blob/main/FAQ.md) before opening the issue.
+          required: true
+  - type: input
+    attributes:
+      label: Workflow version
+      description: Open the Workflow in Alfred Preferences and find it at the top, near the description
+    validations:
+      required: true
+  - type: input
+    attributes:
+      label: Alfred version
+      description: In the top left corner of Alfred Preferences → General
+    validations:
+      required: true
+  - type: input
     attributes:
-      label: Diagnostic
-      description: Run `!gddiagnostic` in Alfred. After the notification/sound, paste into this box
+      label: macOS version
+      description: Click  on the menubar → About This Mac
     validations:
       required: true
   - type: textarea
     attributes:
       label: Debugger output
-      description: Perform the failing action with [the debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/) open
-      render: codeblock
+      description: Perform the failing action with the [debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/) open and click *Copy* on the top right.
+      render: alfred_debugger
     validations:
       required: true
   - type: textarea
diff --git a/.github/ISSUE_TEMPLATE/feature_suggestion.yml b/.github/ISSUE_TEMPLATE/feature_suggestion.yml
index dda9f8a..5e3b958 100644
--- a/.github/ISSUE_TEMPLATE/feature_suggestion.yml
+++ b/.github/ISSUE_TEMPLATE/feature_suggestion.yml
@@ -1,6 +1,13 @@
 name: Feature Suggestion
 description: Suggest a new feature
 body:
+  - type: checkboxes
+    attributes:
+      label: "Frequently Asked Questions"
+      description: Please be sure to consult the FAQ, as most problems and advanced features are covered there.
+      options:
+        - label: I have [read the FAQ](../blob/main/FAQ.md) before opening the issue.
+          required: true
   - type: textarea
     attributes:
       label: Feature details
diff --git a/FAQ.md b/FAQ.md
new file mode 100644
index 0000000..e760272
--- /dev/null
+++ b/FAQ.md
@@ -0,0 +1,16 @@
+# Frequently Asked Questions (FAQ)
+
+### Do I still need the workflow with recent versions of Google Drive?
+
+Since the Google Drive app switched to the macOS File Provider API, you may no longer need a workflow as Google Drive files may show up in regular Alfred searches. If you’re not seeing them, go into Alfred Preferences → Features → Default Results → Search Scope → Reset… (bottom right) and `Reset to Applications and Home`. This may not work for everyone, it depends on the underlying macOS index.
+
+### Can I keep running the workflow anyway?
+
+Yes. Some people still prefer it for its granularity and features.
+
+### How do I report an issue?
+
+Accurate and thorough information is crucial for a proper diagnosis. **At a minimum, your report should include:**
+
+* The output of running `!gddiagnostic`.
+* The [debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/) output of the failing action.
diff --git a/Workflow/info.plist b/Workflow/info.plist
index 3df7e78..0e12f4f 100644
--- a/Workflow/info.plist
+++ b/Workflow/info.plist
@@ -2254,7 +2254,7 @@ Can take multiple paths separated by colons.</string>
 		</dict>
 	</array>
 	<key>version</key>
-	<string>2024.2</string>
+	<string>2024.3</string>
 	<key>webaddress</key>
 	<string>https://github.com/alfredapp/google-drive-workflow/</string>
 </dict>