1
0
mirror of https://github.com/zplug/zplug synced 2026-03-07 14:36:22 +01:00
zplug/.github/ISSUE_TEMPLATE/Bug_report.md
Masaki ISHIYAMA 6655600ebb Update new issue templates
About issue and pull request templates - User Documentation
https://help.github.com/articles/about-issue-and-pull-request-templates/
2018-05-12 17:54:07 +09:00

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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. 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.