update ISSUE_TEMPLATE

This commit is contained in:
28810 2019-12-26 17:06:16 +08:00
parent b3ed6989aa
commit 14204d22a4
2 changed files with 61 additions and 23 deletions

View File

@ -0,0 +1,61 @@
##### 问题描述
```csharp
// c# 代码段
```
##### 重现问题步骤(如果可以)
1. ...
2. ...
##### 发现问题的模块
- [ ] FreeSql 版本:
- [ ] FreeSql.Provider.??
- [ ] FreeSql.Repository
- [ ] FreeSql.DbContext
##### 模块对应的 .net 版本
- [ ] .net 4.0
- [ ] .net 4.5
- [ ] .net 4.6
- [ ] .net 4.7
- [ ] .net standard 2.0
- [ ] .net core 2.x
- [x] .net core 3.x
##### 数据库环境
- [x] MySql版本
- [ ] SqlServer版本
- [ ] PostgreSQL版本
- [ ] Oracle版本
- [ ] Sqlite
- [ ] Access版本
- [ ] 达梦,版本:
##### 开发环境
- [ ] Visual Studio 2015
- [ ] Visual Studio 2017
- [x] Visual Studio 2019
- [ ] Visual Studio Code
- [ ] 其他:
##### 系统环境
- [x] Windows版本
- [ ] Linux版本
- [ ] Mac版本
- [ ] 其他:
> 发布问题后,请保持对 issue 的关注,有时会有需要进一步沟通的信息,很长时间内没有得到答复的 issue 将被关闭。

View File

@ -1,23 +0,0 @@
---
name: Custom issue template
about: 标题内容
title: ''
labels: ''
assignees: ''
---
## 环境描述
系统: Linux/Windows
数据库SqlServer/MySql/PostgreSQL/Oracle/Sqlite/MsAccess/达梦
## 问题描述
** 提高有效沟涌方式,尽量把过程描述清楚 **
** 使用 markdown 语法 **
```csharp
//这里放置 c# 代码,增加阅读性
```