From d516bd6c4422211fcd1c0c2983c90a9644a7127b Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 25 Mar 2021 11:24:36 +0100 Subject: [PATCH] chore: improve bug report template with log toggle (#9248) --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 062e0897664511..20c65acad0e5fe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,11 +22,19 @@ labels: 'type:bug, status:requirements, priority-5-triage' +
Click me to see logs + +``` +Copy/paste any log here, between the starting and ending backticks +``` + +
+ **Have you created a minimal reproduction repository?** Please read the [minimal reproductions documentation](https://github.com/renovatebot/renovate/blob/master/docs/development/minimal-reproductions.md) to learn how to make a good minimal reproduction repository.