From af2344da14d2f36c06eedaf6105dbeeef0e34056 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Tue, 4 May 2021 19:28:47 +0200 Subject: [PATCH 1/5] chore: improve bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b1930fcb1fa3c9..da8ead564b36a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,6 +13,25 @@ labels: 'type:bug, status:requirements, priority-5-triage' +**Renovate type:** + +- [ ] Hosted app +- [ ] Self hosted + +**Renovate platform** + +- [ ] Azure DevOps +- [ ] Azure DevOps Server (self-hosted) +- [ ] Bitbucket Cloud +- [ ] Bitbucket Server +- [ ] 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** From 02311aeb2c667b6b314463744263af5b7d42cf38 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Tue, 4 May 2021 19:40:18 +0200 Subject: [PATCH 2/5] remove colon --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index da8ead564b36a5..59205239f8452d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,7 @@ labels: 'type:bug, status:requirements, priority-5-triage' -**Renovate type:** +**Renovate type** - [ ] Hosted app - [ ] Self hosted From 1a494521a854159fdb75582af063f4f27b37bff9 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Wed, 5 May 2021 07:01:59 +0200 Subject: [PATCH 3/5] Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 59205239f8452d..cc18ae1ac1b49d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ labels: 'type:bug, status:requirements, priority-5-triage' **What Renovate type, platform and version are you using?** - + **Renovate type** From 9b45e3a09a15a2ba895d85c53771c16caa1252bd Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 5 May 2021 11:25:53 +0200 Subject: [PATCH 4/5] clarify Bitbucket Cloud and Server --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cc18ae1ac1b49d..63b2dc93643a8f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,8 +22,8 @@ labels: 'type:bug, status:requirements, priority-5-triage' - [ ] Azure DevOps - [ ] Azure DevOps Server (self-hosted) -- [ ] Bitbucket Cloud -- [ ] Bitbucket Server +- [ ] Bitbucket Cloud (bitbucket.org) +- [ ] Bitbucket Server (self-hosted) - [ ] GitHub (github.com, GitHub Enterprise) - [ ] GitLab (gitlab.com, self-hosted) - [ ] Gitea (gitea.com, self-hosted) From 13e6748ec4f38ad5252e8dd5190d680e879bb9ac Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 5 May 2021 11:28:27 +0200 Subject: [PATCH 5/5] Clarify Azure DevOps as well --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 63b2dc93643a8f..f430b858e1467b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,7 +20,7 @@ labels: 'type:bug, status:requirements, priority-5-triage' **Renovate platform** -- [ ] Azure DevOps +- [ ] Azure DevOps (dev.azure.com) - [ ] Azure DevOps Server (self-hosted) - [ ] Bitbucket Cloud (bitbucket.org) - [ ] Bitbucket Server (self-hosted)