diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2020-06-27 15:18:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 15:18:27 -0400 |
commit | 32bfa4b7d1d971d7069c885b7a3619bd58d8532e (patch) | |
tree | 1469aa86a7201b5ff87a8d238ec1c96efb4b7e29 | |
parent | d567d0727c5ee72376ead5b7aa0195187a8d8381 (diff) |
Add issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 19 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/improvement.md | 17 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/new-theme-request.md | 10 |
3 files changed, 46 insertions, 0 deletions
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 + +--- + + |