From 1715edafcf7ac75223353596311bf80c11bed4f9 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Mon, 12 Dec 2016 23:46:11 +0200 Subject: [PATCH] Add issue template (#260) --- .github/issue_template.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 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..6e09db0 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,34 @@ + + +### General information + +- Pure version: 1.x.x +- ZSH version: 5.x.x +- Terminal program & version: +- Operating system: +- ZSH framework: + +I have: +- [ ] Tested with another terminal program and can reproduce the issue: +- [ ] Followed the [Integration](https://github.com/sindresorhus/pure#integration) instructions for my framework + +### Problem description + + +### Reproduction steps + +1. +2. +3. + +### My `.zshrc`: + + + +```shell +autoload -U promptinit; promptinit +prompt pure +```