Update issue templates

This commit is contained in:
fantasticit 2022-06-18 14:11:12 +08:00 committed by GitHub
parent 3aa2f2013d
commit 5fe979b79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 0 deletions

12
.github/ISSUE_TEMPLATE/----.md vendored Normal file
View File

@ -0,0 +1,12 @@
---
name: 功能请求
about: 为项目提供想法
title: "[FEATURE]"
labels: ''
assignees: ''
---
## 请描述功能点
## 也可提供功能的实现方案

15
.github/ISSUE_TEMPLATE/bug---.md vendored Normal file
View File

@ -0,0 +1,15 @@
---
name: Bug 反馈
about: 反馈 Bug 以改善项目
title: "[BUG]"
labels: ''
assignees: ''
---
## 1. 问题的表现是怎样的?
## 2. 问题的复现路径
## 3. 预期是什么?

15
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,15 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''
---
## 1. 问题的表现是怎样的?
## 2. 问题的复现路径
## 3. 预期是什么?