forked from hexojs/hexo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hexojs#1779 from Xuanwo/enhancement/issue_TEMPLATE
ISSUE_TEMPLATE discuss
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |