[Fix] IssueTemplates 修复模板错误的问题;

This commit is contained in:
LamGC 2020-07-12 11:18:29 +08:00
parent 210aa84ed5
commit a606ec0423
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D
4 changed files with 2 additions and 57 deletions

View File

@ -1,6 +1,6 @@
--- ---
name: Bug Report name: Bug 反馈
about: Use this template to feedback bugs. about: 使用这个模板反馈应用问题。
title: '' title: ''
labels: bug labels: bug
assignees: '' assignees: ''

View File

@ -1,35 +0,0 @@
---
name: Bug 反馈
about: 使用这个模板反馈应用问题。
title: ''
labels: bug
assignees: ''
---
## 环境信息 ##
系统(例如: Windows 10 1909): ``
Java版本(例如: Oracle Jdk 8.242): ``
<!-- 如果直接使用发布版那么就填写发布版版本号v开头 -->
<!-- 如果你通过编译运行的方式运行开发版请你填写运行所使用的Commit Id -->
发生问题所在的版本: ``
## 问题描述 ##
<!-- 尽可能的清晰描述问题的信息 -->
## 预期行为 ##
<!-- 你觉得正常情况下应该会发生什么? -->
## 实际行为 ##
<!-- 实际上这个功能做了什么? -->
## 复现步骤 ##
<!-- 将复现步骤详细的写出,如果是偶发问题,可以写已知的,触发几率高的方法 -->
1.
## 相关信息 ##
### 日志 ###
<!-- 如果日志涉及了问题,请务必将日志一同提交,这对排查问题非常有用 -->
```
```

View File

@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: function, question
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.