zsh/zsh.d/prompts/pure/.github/issue_template.md

49 lines
1.2 KiB
Markdown

<!-- TIP: Hit 'Preview' for a more readable version of this template -->
### General information
#### System report (output of `prompt_pure_system_report`):
<!-- TIP: Run `prompt_pure_system_report | pbcopy` on macOS to copy straight to clipboard, then paste here -->
#### Other information
<!--
If you can't load Pure to create a system report, please report the following information:
- Pure version: 1.x.x
- ZSH version: 5.x.x
- Terminal program & version: (e.g. Hyper 1.0.0, iTerm 3.0.0, xterm 327, other?)
- Operating system: (e.g. macOS Mojave 10.13.1)
- ZSH framework: (e.g. oh-my-zsh, prezto, antigen, antibody, zplug, other?)
-->
#### I have:
- [ ] Tested with another terminal program and can reproduce the issue: <!-- e.g. iTerm, etc. -->
- [ ] Followed the [integration](https://github.com/sindresorhus/pure#integration) instructions for my framework
### Problem description
### Reproduction steps
1.
2.
3.
### My `.zshrc`:
<!--
Please provide a minimal `.zshrc` that reproduces the issue.
Try to remove everything that that does not affect the issue, the fewer lines, the better.
Example:
```shell
autoload -U promptinit; promptinit
prompt pure
```
-->