forked from external/vscode-xml
Merge pull request #174 from DotJoshJohnson/issue-templates
Revise Issue Templates
This commit is contained in:
commit
0de8bcd372
3
.github/ISSUE_TEMPLATE/bug-report.md
vendored
3
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Create a Bug Report
|
||||
|
||||
about: Something (aside from the formatter) isn't working right!
|
||||
---
|
||||
|
||||
**Description**
|
||||
|
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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
19
.github/ISSUE_TEMPLATE/xml-formatter.md
vendored
Normal 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?
|
Loading…
Reference in New Issue
Block a user