summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2019-11-08 14:09:49 +0900
committerGitHub <noreply@github.com>2019-11-08 14:09:49 +0900
commitdceb5d09cdb0d3158a3f79e59eb3c16ffe242d6b (patch)
tree2f05877fd65f7d7151fff1a55ecb7b8b23f2f962 /.github
parentb4cccf23d43fc1f8cffbc7cb73b68ef307b151ee (diff)
RTFM, please
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md30
1 files changed, 11 insertions, 19 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 6f73fafe..de24e96d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,30 +1,22 @@
+<!-- ISSUES NOT FOLLOWING THIS TEMPLATE WILL BE CLOSED AND DELETED -->
+
<!-- Check all that apply [x] -->
-- Category
- - [ ] fzf binary
- - [ ] fzf-tmux script
- - [ ] Key bindings
- - [ ] Completion
- - [ ] Vim
- - [ ] Neovim
- - [ ] Etc.
+
+- [ ] I have read through the manual page (`man fzf`)
+- [ ] I have the latest version of fzf
+- [ ] I have searched through the existing issues
+
+## Info
+
- OS
- [ ] Linux
- [ ] Mac OS X
- [ ] Windows
- - [ ] Windows Subsystem for Linux
- [ ] Etc.
- Shell
- [ ] bash
- [ ] zsh
- [ ] fish
-
-<!--
-### Before submitting
-
-- Make sure that you have the latest version of fzf
-- If you use tmux, make sure $TERM starts with "screen"
-- For more Vim stuff, check out https://github.com/junegunn/fzf.vim
-
-Describe your problem or suggestion from here ...
--->
+
+## Problem / Steps to reproduce