Skip to content

Commit

Permalink
Merge pull request hexojs#1779 from Xuanwo/enhancement/issue_TEMPLATE
Browse files Browse the repository at this point in the history
ISSUE_TEMPLATE discuss
  • Loading branch information
Xuanwo authored Jul 2, 2016
2 parents 792bbb4 + 7ba2975 commit c294336
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
File renamed without changes.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
> before you submit your issue, please delete all the example code in template
## Environment Info

Node version(`node -v`)
```
v5.7.0
```

Your site `_config.yml`
```
# Hexo Configuration
...
```

Your theme `_config.yml`
```
# Hexo Configuration
...
```

Plugin version(`npm ls --depth 0`)
```
[email protected] ~/hexo-vanilla-site
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
```

## For BUG

- BUG description
- the way to reproduce
- log with hexo <command> --debug

## For question

just push question

## For feature request

just push feature request

0 comments on commit c294336

Please sign in to comment.