From a02e045568bac23aa21fca79ed0da1654d534232 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 21 Oct 2019 09:48:12 +0200 Subject: [PATCH] chore: update bug report template --- .github/ISSUE_TEMPLATE/3-Bug_report.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3-Bug_report.md b/.github/ISSUE_TEMPLATE/3-Bug_report.md index b0d30866a6..1adba20319 100644 --- a/.github/ISSUE_TEMPLATE/3-Bug_report.md +++ b/.github/ISSUE_TEMPLATE/3-Bug_report.md @@ -4,25 +4,21 @@ about: You've found a bug with Renovate --- **What Renovate type are you using?** -Tell us if you're using the hosted App, or if you are self-hosted Renovate yourself. Platform too if you think it's relevant. + +<!-- Tell us if you're using the hosted App, or if you are self-hosted Renovate yourself. Platform too (GitHub, GitLab, etc) if you think it's relevant. --> **Describe the bug** -A clear and concise description of what the bug is. -**Did you see anything helpful in debug logs?** -If you are using the Renovate App, log into https://app.renovatebot.com/dashboard and locate the correct job log for when the problem occurred (e.g. when the PR was created). +<!-- A clear and concise description of what the bug is. --> -**To Reproduce** -Steps to reproduce the behavior: +**Did you see anything helpful in debug logs?** -1. Create repository with '...' -2. Configure '....' +<!-- If you are using the Renovate App, log into https://app.renovatebot.com/dashboard and locate the correct job log for when the problem occurred (e.g. when the PR was created). The Job ID will help us located it. --> -**Expected behavior** -A clear and concise description of what you expected to happen. +**To Reproduce** -**Screenshots** -If applicable, add screenshots to help explain your problem. +<!-- To fix a bug, we nearly always need a *minimal* repo to reproduce it in, before verifying that our fix works using the same repo. If you provide a public repo that already reproduces the problem, then your bug will get highest priority for fixing. If you can't reproduce it in a simple repo, do your best to describe how it could be reproduced, or under what circumstances the bug occurs. --> **Additional context** -Add any other context about the problem here. + +<!-- Add any other context about the problem here, including your own debugging or ideas on what went wrong. --> -- GitLab