From 7f1917ca8448d10b25d0fb73e3f67a8e70c6231d Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Thu, 19 Dec 2019 13:26:17 +0900 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 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..5afbf2a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +environment +vim: ???? +vim-airline: ???? +colorscheme: ???? +OS: ???? +Have you reproduced with a minimal vimrc: ??? +What is your airline configuration: ??? if you are using terminal: +terminal: ???? +$TERM variable: ??? +color configuration (:set t_Co?): if you are using Neovim: +does it happen in Vim: ??? +actual behavior +???? + +expected behavior +???? + +screen shot (if possible)