From 14204d22a463bd2dd37aa6f925878e294c594126 Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Thu, 26 Dec 2019 17:06:16 +0800 Subject: [PATCH] update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 61 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 23 --------- 2 files changed, 61 insertions(+), 23 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..0af344a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md @@ -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 将被关闭。 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 148222c4..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Custom issue template -about: 标题内容 -title: '' -labels: '' -assignees: '' - ---- - -## 环境描述 - -系统: Linux/Windows -数据库:SqlServer/MySql/PostgreSQL/Oracle/Sqlite/MsAccess/达梦 - -## 问题描述 - -** 提高有效沟涌方式,尽量把过程描述清楚 ** - -** 使用 markdown 语法 ** - -```csharp -//这里放置 c# 代码,增加阅读性 -```