diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..5b2df66cdb --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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`) +``` +hexo-vanilla-site@0.0.0 ~/hexo-vanilla-site +├── hexo@3.1.1 +├── hexo-generator-archive@0.1.4 +├── hexo-generator-category@0.1.3 +├── hexo-generator-index@0.2.0 +├── hexo-generator-tag@0.2.0 +├── hexo-renderer-ejs@0.1.1 +├── hexo-renderer-marked@0.2.10 +├── hexo-renderer-stylus@0.3.1 +└── hexo-server@0.1.3 +``` + +## For BUG + +- BUG description +- the way to reproduce +- log with hexo --debug + +## For question + +just push question + +## For feature request + +just push feature request