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