1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-06-03 05:16:14 +02:00

Merge pull request #489 from zplug/b4b4r07-patch-1

Update new issue templates
This commit is contained in:
Masaki ISHIYAMA 2018-05-12 18:04:19 +09:00 committed by GitHub
commit d180c5fb78
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 72 additions and 0 deletions

55
.github/ISSUE_TEMPLATE/Bug_report.md vendored Normal file
View File

@ -0,0 +1,55 @@
---
name: Bug report
about: Create a report to help us improve
---
<!--
**Before Submitting**
Please read this instructions carefully!
1. If it is not reported according to this issue template, it may be closed unconditionally
2. In accordance with "Issue Type", you should uncomment below "EDITING AREA" corresponding the part
3. You checked the [FAQ](https://github.com/zplug/zplug/wiki/FAQ) for common problems.
4. Check your [requirements](https://github.com/zplug/zplug/wiki/FAQ#what-are-the-requirements) are satisfied.
-->
**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!
```zsh
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.

View File

@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.