mirror of
https://github.com/zplug/zplug
synced 2026-03-07 14:36:22 +01:00
About issue and pull request templates - User Documentation https://help.github.com/articles/about-issue-and-pull-request-templates/
1.4 KiB
1.4 KiB
| name | about |
|---|---|
| Bug report | Create a report to help us improve |
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Env (please complete the following information):
zplug version:zsh --version:uname -a:
Minimal zshrc (with less than 30 lines)
Create a minimal reproducing set of configurations for this issue. Please remove all unnecessary parts!
source ~/.zplug/init.zsh
#zplug "foo/bar", tag:baz
#zplug "...
if zplug check || zplug install; then
zplug load --verbose
fi
Additional context Add any other context about the problem here.