From 681ebde83487b0d1210a982570948f2d16f0a14e Mon Sep 17 00:00:00 2001 From: Josh Dick Date: Sun, 29 Jan 2017 17:54:24 -0500 Subject: [PATCH] Add basic issue template; first crack at resolving #76 --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..391f364 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +If the issue you're having is related to color rendering or incorrect colors, **please ensure that you have carefully read and gone through the Installation section of the README at https://github.com/joshdick/onedark.vim#installation before submitting your issue.** + +(If not a feature request) + +Output from `vim --version`: + +``` +Replace this text with the output +``` + +Terminal emulator(s) and their version(s) used, if applicable: `Replace this text if applicable, or delete this line` + +Thank you!