From c91f77c8e9d96da43ae6dcaca4f2c823532302dc Mon Sep 17 00:00:00 2001 From: DC* Date: Mon, 15 Jan 2018 17:08:08 -0300 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..39aff496 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,34 @@ +Description +----------- + +Small paragraph to describe the issue/bug. + + +Steps to reproduce +------------------ + +Minimal steps to reproduce this behavior. Example: + + 1 - Open terminal + 2 - cd + 3 - 'compinit not found...' is displayed + +Expected behavior: + + - Tab completion of `cd` command. + + +## Software version + +- `antigen version` +- `zsh --version` +- `uname -a` + +## Configuration + +- gist of `.antigenrc` +- gist of `.zshrc` + +## More information + +Screenshot or any other information you may find relevant to troubleshoot the issue.