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.