Merge pull request #174 from DotJoshJohnson/issue-templates

Revise Issue Templates
This commit is contained in:
Josh Johnson 2018-05-28 20:43:19 -04:00 committed by GitHub
commit 0de8bcd372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 22 deletions

View File

@ -1,7 +1,6 @@
---
name: Bug Report
about: Create a Bug Report
about: Something (aside from the formatter) isn't working right!
---
**Description**

View File

@ -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?

19
.github/ISSUE_TEMPLATE/xml-formatter.md vendored Normal file
View File

@ -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?