From 03e1ade35f0466c7c7c338733c86efe0ff3e9a9a Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Wed, 5 May 2021 15:24:35 +0200
Subject: [PATCH] chore: improve bug report template (#9853)

---
 .github/ISSUE_TEMPLATE/bug_report.md | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index b1930fcb1f..f430b858e1 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -11,7 +11,26 @@ labels: 'type:bug, status:requirements, priority-5-triage'
 
 **What Renovate type, platform and version are you using?**
 
-<!-- Tell us if you're using the hosted App, or if you are self-hosted Renovate yourself. Platform too (GitHub, GitLab, etc) plus which version of Renovate if you're self-hosted. -->
+<!-- Tell us if you're using the hosted App, or if you are self-hosting Renovate yourself. Platform too (GitHub, GitLab, etc) plus which version of Renovate if you're self-hosted. -->
+
+**Renovate type**
+
+- [ ] Hosted app
+- [ ] Self hosted
+
+**Renovate platform**
+
+- [ ] Azure DevOps (dev.azure.com)
+- [ ] Azure DevOps Server (self-hosted)
+- [ ] Bitbucket Cloud (bitbucket.org)
+- [ ] Bitbucket Server (self-hosted)
+- [ ] GitHub (github.com, GitHub Enterprise)
+- [ ] GitLab (gitlab.com, self-hosted)
+- [ ] Gitea (gitea.com, self-hosted)
+
+**Renovate version (if self hosting)**
+
+I'm self hosting Renovate with version: ...
 
 **Describe the bug**
 
-- 
GitLab