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

462 B

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!

source ~/.zplug/init.zsh

# REPLACE ME
zplug 'foo/bar'

zplug load --verbose

Steps to Reproduce

  1. REPLACE ME
  2. REPLACE ME
  3. ...