From 5b8850e8a3a1d2f3a9e7c23b8b395cc5ae7ff05a Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Fri, 23 Jun 2023 17:03:29 +0800 Subject: [PATCH] chore: update bug report issue template (#474) --- .github/ISSUE_TEMPLATE/bug_report.md | 71 +++++++++++++++++++++++----- 1 file changed, 59 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1ea4de5a..fe71d428 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,32 +2,79 @@ name: Bug report about: Topgrade is misbehaving title: '' -labels: '' +labels: 'bug' assignees: '' --- - + + -## What actually happened? +## Erroneous Behavior + +## Expected Behavior + + +## Steps to reproduce + + +## Possible Cause (Optional) + + +## Problem persists without calling from topgrade + +- [ ] Yes + +## Configuration file (Optional) + + +```toml + +``` ## Additional Details -- Which operating system or Linux distribution are you using? -- How did you install Topgrade? -- Which version are you running? +- Operation System/Version + - + +- Topgrade version (`topgrade -V`) + +## Verbose Output (`topgrade -v`) +
-