From c76c750c8e6521df0a386e838af7dc2dd74df290 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 28 May 2018 20:34:14 -0400 Subject: [PATCH 1/3] Delete bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index bb21a36..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Bug report -about: Create a Bug Report - ---- - -**Description** -What seems to be the problem? - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Extension Version** -What version of the XML Tools extension are you using? - -**VS Code Version** -What version of VS Code are you using? - -**Operating System** -What OS (and version) are you using? From a6bb0083791fe1670d5535de461a7206067b1c8d Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 28 May 2018 20:39:47 -0400 Subject: [PATCH 2/3] Create xml-formatter.md --- .github/ISSUE_TEMPLATE/xml-formatter.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/xml-formatter.md diff --git a/.github/ISSUE_TEMPLATE/xml-formatter.md b/.github/ISSUE_TEMPLATE/xml-formatter.md new file mode 100644 index 0000000..34567af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/xml-formatter.md @@ -0,0 +1,19 @@ +--- +name: XML Formatter Bug +about: Report an issue with the XML formatter. +--- + +#### Description +What seems to be the problem? + +#### Formatter Implementation +Which XML Formatter implementation are you using (the value of your `xmlTools.xmlFormatterImplementation` setting). + +#### XML Tools Version +What version of XML Tools are you using? + +#### VS Code Version +What version of VS Code are you using? + +#### Operating System +What OS (and version) are you using? From ad25e8069b3f74b8abe8ec75ce38c66c60ccb76a Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 28 May 2018 20:42:08 -0400 Subject: [PATCH 3/3] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 5bf27f1..010f293 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,6 @@ --- name: Bug Report -about: Create a Bug Report - +about: Something (aside from the formatter) isn't working right! --- **Description**