commit ea0ca3419d344a8c13bfa9c4fe263ffb80e0e03b
parent 4bc452010e7c7e61032879826efe50cb8bea4734
Author: Kevin Larkin (MS) <kevinla@microsoft.com>
Date: Fri, 15 May 2020 17:41:39 -0700
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.
Diffstat:
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git 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
+<!--
+Please use this section to describe your issue. This could be a repeat of the title, or maybe you have more to say.
+-->
# Steps to reproduce
<!-- A description of how to trigger this bug. -->
@@ -54,3 +47,15 @@ Any other software?
# Actual behavior
<!-- What's actually happening? -->
+
+
+# Environment
+
+```none
+[winget --info]
+Windows Package Manager version
+Windows: Windows.Desktop version
+Package: Microsoft.DesktopAppInstaller version
+
+Any other software?
+```