From cc609cfff53ca8ab5ad0cced20e6cdc321905e34 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 28 May 2018 20:31:13 -0400 Subject: [PATCH] Add Issue Templates --- .github/ISSUE_TEMPLATE/bug-report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 11 +++++++++++ 3 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..5bf27f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,20 @@ +--- +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? diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..bb21a36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +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? diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..02afe90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,11 @@ +--- +name: Feature Request +about: Suggest a New Feature + +--- + +**Description** +What would you like to see added to XML Tools? + +**Current Workarounds** +Are you using a workaround in the meantime?