From 9f764da9b87bddd492b14beee4212eb9aab6fe10 Mon Sep 17 00:00:00 2001 From: Jevan Saks Date: Tue, 15 Jan 2019 10:31:22 -0800 Subject: [PATCH 1/4] Try using a table to avoid the issue report showing progress on a task list --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++----------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e857eb6d61..874cba12eb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,20 +25,27 @@ Steps to reproduce the behavior: NuGet package version: -Windows 10 version: -- [ ] Insider Build (xxxxx) -- [ ] October 2018 Update (17763) -- [ ] April 2018 Update (17134) -- [ ] Fall Creators Update (16299) -- [ ] Creators Update (15063) -- [ ] Anniversary Update (14393) +Windows 10 version: + +| Saw the problem | Windows 10 version | +| ---------------- | --------------------- | +| |Insider Build (xxxxx) | +| |October 2018 Update (17763) | +| |April 2018 Update (17134) | +| |Fall Creators Update (16299) | +| |Creators Update (15063) | +| |Anniversary Update (14393) | Device form factor: -- [ ] Desktop -- [ ] Mobile -- [ ] Xbox -- [ ] Surface Hub -- [ ] IoT + +| Saw the problem | Device form factor | +| ---------------- | --------------------- | +| |Desktop | +| |Mobile | +| |Xbox | +| |Surface Hub | +| |IoT | + **Additional context** From e4d73aaf8644641c3a099aa10224db3f955412d8 Mon Sep 17 00:00:00 2001 From: Jevan Saks Date: Tue, 15 Jan 2019 11:16:25 -0800 Subject: [PATCH 2/4] Flip the table columns around and pad for issue template font --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++--------------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 874cba12eb..332fe0a814 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,26 +25,24 @@ Steps to reproduce the behavior: NuGet package version: -Windows 10 version: -| Saw the problem | Windows 10 version | -| ---------------- | --------------------- | -| |Insider Build (xxxxx) | -| |October 2018 Update (17763) | -| |April 2018 Update (17134) | -| |Fall Creators Update (16299) | -| |Creators Update (15063) | -| |Anniversary Update (14393) | - -Device form factor: +| Windows 10 version | Saw the problem? | +| ---------------------------------- | -------------------- | +| Insider Build (xxxxx) | | +| October 2018 Update (17763) | | +| April 2018 Update (17134) | | +| Fall Creators Update (16299) | | +| Creators Update (15063) | | +| Anniversary Update (14393) | | + -| Saw the problem | Device form factor | -| ---------------- | --------------------- | -| |Desktop | -| |Mobile | -| |Xbox | -| |Surface Hub | -| |IoT | +| Device form factor | Saw the problem? | +| -------------------- | -------------------- | +| Desktop | | +| Mobile | | +| Xbox | | +| Surface Hub | | +| IoT | | **Additional context** From 0840ea43839494b3b32e4e82c36eac05e0d3272e Mon Sep 17 00:00:00 2001 From: Jevan Saks Date: Tue, 15 Jan 2019 11:29:38 -0800 Subject: [PATCH 3/4] Update to left align the headers --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 332fe0a814..19a79156cb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,7 +27,7 @@ NuGet package version: | Windows 10 version | Saw the problem? | -| ---------------------------------- | -------------------- | +| :--------------------------------- | :-------------------- | | Insider Build (xxxxx) | | | October 2018 Update (17763) | | | April 2018 Update (17134) | | @@ -37,7 +37,7 @@ NuGet package version: | Device form factor | Saw the problem? | -| -------------------- | -------------------- | +| :-------------------- | :------------------- | | Desktop | | | Mobile | | | Xbox | | From 79227bd82935558cbd81bfa974591d2d6c26225a Mon Sep 17 00:00:00 2001 From: Jesse Bishop <16565497+jesbis@users.noreply.github.com> Date: Tue, 15 Jan 2019 13:49:00 -0800 Subject: [PATCH 4/4] Update .github/ISSUE_TEMPLATE/bug_report.md Co-Authored-By: jevansaks --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 19a79156cb..066d672b33 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -35,7 +35,7 @@ NuGet package version: | Creators Update (15063) | | | Anniversary Update (14393) | | - + | Device form factor | Saw the problem? | | :-------------------- | :------------------- | | Desktop | |