From 7ba29753e000a82c98f296ec4464679ff618f37e Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 25 Feb 2016 21:06:38 +0800 Subject: [PATCH] ISSUE_TEMPLATE discuss --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 48 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md 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