diff --git a/.github/DISCUSSION_TEMPLATE/report-a-problem.yml b/.github/DISCUSSION_TEMPLATE/report-a-problem.yml
deleted file mode 100644
index d526271bdd349d0aab4c486b524ae0e940feecae..0000000000000000000000000000000000000000
--- a/.github/DISCUSSION_TEMPLATE/report-a-problem.yml
+++ /dev/null
@@ -1,85 +0,0 @@
-body:
-  - type: dropdown
-    id: how-are-you-running-renovate
-    attributes:
-      label: How are you running Renovate?
-      options:
-        - 'Mend Renovate hosted app on github.com'
-        - 'Self-hosted Renovate'
-
-  - type: input
-    id: self-hosted-veresion
-    attributes:
-      label: If you're self-hosting Renovate, tell us what version of Renovate you run.
-    validations:
-      required: false
-
-  - type: dropdown
-    id: self-hosted-platform
-    attributes:
-      label: If you're self-hosting Renovate, select which platform you are using.
-      options:
-        - 'AWS CodeCommit'
-        - 'Azure DevOps (dev.azure.com)'
-        - 'Azure DevOps Server'
-        - 'Bitbucket Cloud (bitbucket.org)'
-        - 'Bitbucket Server'
-        - 'Gitea or Forgejo'
-        - 'github.com'
-        - 'GitHub Enterprise Server'
-        - 'gitlab.com'
-        - 'GitLab self-hosted'
-    validations:
-      required: false
-
-  - type: dropdown
-    id: regression-error
-    attributes:
-      label: Was this something which used to work for you, and then stopped?
-      options:
-        - 'It used to work, and then stopped'
-        - 'I have not seen this working'
-
-  - type: textarea
-    id: describe-problem
-    attributes:
-      label: Describe the problem
-      description: 'Do not report any security concerns here. Email [renovate-disclosure@mend.io](mailto:renovate-disclosure@mend.io) instead.'
-    validations:
-      required: true
-
-  - type: textarea
-    id: debug-logs
-    attributes:
-      label: Relevant debug logs
-      description: |
-        Try not to report a problem unless you've looked at the logs first.
-        If you're running self-hosted, run with `LOG_LEVEL=debug` in your environment variables and search for whatever dependency/branch/PR that is causing the problem.
-        If you are using the Renovate App, log into [Renovate's app dashboard](https://developer.mend.io) and locate the correct job log for when the problem occurred (e.g. when the PR was created).
-        Try to paste the *relevant* logs here, not the entire thing and not just a link to the dashboard (others don't have permissions to view them).
-        If you're not sure about the relevant parts of the log, then feel free to post the full log to a [Github Gist](https://gist.github.com/) and link to it.
-        Try to highlight the important logs into the Discussion itself.
-      value: |
-        <details><summary>Logs</summary>
-
-        ```
-
-        Copy/paste the relevant log(s) here, between the starting and ending backticks
-
-        ```
-
-        </details>
-    validations:
-      required: false
-
-  - type: dropdown
-    id: minimal-reproduction-repository
-    attributes:
-      label: Have you created a minimal reproduction repository?
-      description: Please read the [minimal reproductions documentation](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md) to learn how to make a good minimal reproduction repository.
-      options:
-        - 'Placeholder value, please select the correct response from the dropdown'
-        - 'I have linked to a minimal reproduction in the description above'
-        - 'I have explained in the description why a minimal reproduction is impossible'
-    validations:
-      required: true
diff --git a/.github/DISCUSSION_TEMPLATE/ask-a-question.yml b/.github/DISCUSSION_TEMPLATE/request-help.yml
similarity index 68%
rename from .github/DISCUSSION_TEMPLATE/ask-a-question.yml
rename to .github/DISCUSSION_TEMPLATE/request-help.yml
index 7c995c9eadff62f061bf607a8e7fc34b5f9400eb..3dcb62a21aa1568e96128667099b55f8121ea4d0 100644
--- a/.github/DISCUSSION_TEMPLATE/ask-a-question.yml
+++ b/.github/DISCUSSION_TEMPLATE/request-help.yml
@@ -1,4 +1,13 @@
 body:
+  - type: dropdown
+    id: question-type
+    attributes:
+      label: What would you like help with?
+      options:
+        - 'I would like help with my configuration'
+        - 'I think I found a bug'
+        - 'Other'
+
   - type: dropdown
     id: how-are-you-running-renovate
     attributes:
@@ -10,32 +19,14 @@ body:
   - type: input
     id: self-hosted-version
     attributes:
-      label: If you're self-hosting Renovate, tell us what version of Renovate you run.
-    validations:
-      required: false
-
-  - type: dropdown
-    id: self-hosted-platform
-    attributes:
-      label: If you're self-hosting Renovate, select which platform you are using.
-      options:
-        - 'AWS CodeCommit'
-        - 'Azure DevOps (dev.azure.com)'
-        - 'Azure DevOps Server'
-        - 'Bitbucket Cloud (bitbucket.org)'
-        - 'Bitbucket Server'
-        - 'Gitea or Forgejo'
-        - 'github.com'
-        - 'GitHub Enterprise Server'
-        - 'gitlab.com'
-        - 'GitLab self-hosted'
+      label: If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
     validations:
       required: false
 
   - type: textarea
     id: the-question
     attributes:
-      label: What is your question?
+      label: Please tell us more about your question or problem
     validations:
       required: true
 
@@ -54,7 +45,7 @@ body:
 
         ```
 
-        Copy/paste the relevant log(s) here, between the starting and ending backticks
+        Replace this text with your logs, between the starting and ending triple backticks
 
         ```