From a6bb0083791fe1670d5535de461a7206067b1c8d Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 28 May 2018 20:39:47 -0400 Subject: [PATCH] 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?