1
0
mirror of https://github.com/zplug/zplug synced 2025-04-30 21:27:59 +02:00
zplug/.github/ISSUE_TEMPLATE.md
2016-06-15 17:23:20 +09:00

44 lines
462 B
Markdown

## Problem Summary
REPLACE ME
## System Information
- `uname -a`
```
REPLACE ME
```
- zsh version
```
REPLACE ME
```
- zplug version/commit
```
REPLACE ME
```
## Minimal zshrc
Create a minimal reproducing set of configurations for this issue. Please
remove all unnecessary parts!
```zsh
source ~/.zplug/init.zsh
# REPLACE ME
zplug 'foo/bar'
zplug load --verbose
```
## Steps to Reproduce
1. REPLACE ME
2. REPLACE ME
3. ...