From 32bfa4b7d1d971d7069c885b7a3619bd58d8532e Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Sat, 27 Jun 2020 15:18:27 -0400 Subject: Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/improvement.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/new-theme-request.md | 10 ++++++++++ 3 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/improvement.md create mode 100644 .github/ISSUE_TEMPLATE/new-theme-request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..38bac4f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Use this if an existing theme is broken in some way. +title: '' +labels: bug +assignees: rdnlsmith + +--- + +**Version Info** +- Theme: +- VS Code version: +- Linux Themes extension version: + +**Describe the bug** +A clear and concise description of what the bug is. + +**Screenshots** +If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/improvement.md b/.github/ISSUE_TEMPLATE/improvement.md new file mode 100644 index 0000000..db05add --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improvement.md @@ -0,0 +1,17 @@ +--- +name: Improvement +about: Request an improvement to an existing theme. +title: '' +labels: Improvement +assignees: rdnlsmith + +--- + +**Version Info** +- Theme: + +**Description** +Describe the improvement you are interested in. + +**Screenshots** +If applicable, screenshots of existing behavior or mockups of desired behavior could be very helpful! diff --git a/.github/ISSUE_TEMPLATE/new-theme-request.md b/.github/ISSUE_TEMPLATE/new-theme-request.md new file mode 100644 index 0000000..caac315 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-theme-request.md @@ -0,0 +1,10 @@ +--- +name: New theme request +about: Request a new theme to be added. +title: '' +labels: New Theme +assignees: rdnlsmith + +--- + + -- cgit v1.2.3