From 3ed583f6667ff9b33bdeea228e4274135d28103a Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Thu, 1 Nov 2018 09:49:14 +0000 Subject: [PATCH] Use multiple issue templates (#1032) --- .github/ISSUE_TEMPLATE/bug_report.md | 102 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 51 +++++++++++ .github/issue_template.md | 17 ---- 3 files changed, 153 insertions(+), 17 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..ad77a457c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,102 @@ +--- +name: 🐞 Bug Report +about: 提交发现的 bug | Submit discovered bugs +--- + + + + + +### **问题描述 | Description** + + + +### **路由地址 | Involved route** + + + + + +### **已尝试搜索引擎们 | Consulted with search engines**: ✅ | ❌ + + + + + +### **复现步骤 | Steps to reproduce** + +1. +1. +1. + + + + + +## **自行部署相关信息** + + + + + + + +### **部署环境 | Deployment environment** +| Env | Value | +| ------------------ | ------------- | +| OS | macOS 10.14.1 | +| Node version | 10.13 | +| if Docker, version | 18.06 | + + + +### **[Demo](https://rsshub.app) 有此问题 | [Demo](https://rsshub.app) has the issue too**: ✅ | ❌ + + + +### **日志 | Logs** + + + +### **额外信息 | Additional Info** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..642151fec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,51 @@ +--- +name: 🆕 Feature Request +about: 提交新的需求 | Submit a new feature request +--- + + + + + +### **需求描述 | Description** + + + +### **是否已支持 | Is it currently supported**: ✅ | ❌ + + + + + +### **源网站地址 | Website URL** + + + +### **源网站是否提供 RSS | The website already provides a RSS feed**: ✅ | ❌ + + diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 6341cdd1b..000000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,17 +0,0 @@ -# 请删除非相关的部分 | 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: