From 9e3b2b3aeff11d562b0f2d85a35c8ddf37df41dc Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Sat, 27 Oct 2018 18:57:20 +0100 Subject: [PATCH] Add issue template (#987) --- .github/issue_template.md | 17 +++++++++++++++++ .prettierignore | 1 + 2 files changed, 18 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 000000000..6341cdd1b --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,17 @@ +# 请删除非相关的部分 | Delete the irrelevant part + +## RSSHub 路由出现问题 | There is a problem with RSSHub route + +- 问题描述 | Description : +- 是否自行部署 | Self-deployed: Yes/No +- 问题相关路由地址 | Involved route:https://rsshub.app/github/issue/DIYgod/RSSHub +- 复现该问题的步骤 | Steps to reproduce the issue: + 1. + 1. + 1. + +## 新 RSS 需求 | New RSS requirement + +- 需求描述 | Description : +- 是否已提供官网 RSS | Does the website provide an official RSS feed:Yes(请提供官方 RSS 地址 | The provided RSS feed address)/No +- 源网站地址 | Website URL: diff --git a/.prettierignore b/.prettierignore index f0ad55e7d..5ed007a30 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ package.json docs/.vuepress/dist package-lock.json +.github/ \ No newline at end of file