Skip to content

Commit

Permalink
Update .github/ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Jan 8, 2017
1 parent 41869a4 commit 64b6cbe
Showing 1 changed file with 54 additions and 22 deletions.
76 changes: 54 additions & 22 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,75 @@
## Problem Summary
<!--
# Before Submitting
REPLACE ME
Please read this instructions carefully!
## System Information
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.
-->

- `uname -a`
<!-- Check at least one that applies below: -->

```
REPLACE ME
```
- Type:
- [ ] Bug
- [ ] Enhancement
- [ ] Feature Request
- [ ] Question

- zsh version
---

```
REPLACE ME
```
- `zplug --version`: <!-- REPLACE ME -->
- `zsh --version`: <!-- REPLACE ME -->
- `uname -a`: <!-- REPLACE ME -->

- zplug version/commit
<!-- EDITING AREA -->

```
REPLACE ME
```
<!-- Type: Bug
## Minimal zshrc
## Minimal zshrc (with less than 30 lines)
Create a minimal reproducing set of configurations for this issue. Please
remove all unnecessary parts!
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 "foo/bar", tag:baz
#zplug "...
zplug load --verbose
if zplug check || zplug install; then
zplug load --verbose
fi
```
## Steps to Reproduce
## Step to reproduce
1. REPLACE ME
2. REPLACE ME
3. ...
-->

<!-- Type: Enhancement
Please give us a pull request if possible!
-->

<!-- Type: Feature Request
Please give us a pull request if possible!
## What you want
REPLACE ME: Specifically describe the details of the function you want
## Usage
REPLACE ME: Please tell us the specific usage scene. What kind of convenience does it provide?
-->

<!-- Type: Question
Warning: Basically, GitHub Issues is an issue tracker and not a place to ask questions. Please refrain from as much as possible. In zplug, we provide Slack team instead: https://zplug.herokuapp.com
-->

0 comments on commit 64b6cbe

Please sign in to comment.