From ea0ca3419d344a8c13bfa9c4fe263ffb80e0e03b Mon Sep 17 00:00:00 2001 From: "Kevin Larkin (MS)" Date: Fri, 15 May 2020 17:41:39 -0700 Subject: [PATCH] Adding "Brief Description" (#145) The bug template should provide a section to tell what the issue is. I have added that and moved the environment to the bottom so there is a flow. --- .github/ISSUE_TEMPLATE/Bug_Report.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md index f12dcaf6f1..a7c342e202 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -32,17 +32,10 @@ Please use this form and describe your issue, concisely but precisely, with as m --> -# Environment - -```none -[winget --info] -Windows Package Manager version -Windows: Windows.Desktop version -Package: Microsoft.DesktopAppInstaller version - -Any other software? -``` - +# Brief description of your issue + # Steps to reproduce @@ -54,3 +47,15 @@ Any other software? # Actual behavior + + +# Environment + +```none +[winget --info] +Windows Package Manager version +Windows: Windows.Desktop version +Package: Microsoft.DesktopAppInstaller version + +Any other software? +```