From 87bf9c0625a31d140df1ebc15a222fff04d4e2b3 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Thu, 5 Jan 2023 15:43:21 +0800 Subject: [PATCH 1/3] Update feature-request.md --- .github/ISSUE_TEMPLATE/feature-request.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 0106f2d6..54d00198 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -16,8 +16,18 @@ assignees: '' #### Feature 特性 +```c# +// c# code +``` #### 简要描述原因 +```c# +// c# code +``` #### 使用场景 + +```c# +// c# code +``` From 3f3dbcad74ee3624deeb9ba10a862e5f216762ae Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Thu, 5 Jan 2023 15:44:22 +0800 Subject: [PATCH 2/3] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 9184a937..a738c3e4 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -17,18 +17,23 @@ assignees: '' #### 问题描述及重现步骤: +```c# +// c# code +``` #### 数据库的具体版本 + ``` ``` #### 安装的包 -``` +``` ``` #### .net framework/. net core? 及具体版本 -``` -``` \ No newline at end of file +```c# +// c# code +``` From dde3decebc1036159071ce152a2a95eafea9001b Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Thu, 5 Jan 2023 15:48:34 +0800 Subject: [PATCH 3/3] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index a738c3e4..30a7e670 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -11,29 +11,21 @@ assignees: '' 以下为必读项,不仔细阅读会导致你的 Issue 被关闭 1. 该分类下只能提交 Bug,如果要询问使用方法等,请前往讨论区:https://github.com/dotnetcore/FreeSql/discussions -2. FreeSql写了许多文档,在提问题前,麻烦先查看[常见问题](http://freesql.net/reference/faq.html) +2. FreeSql写了许多文档,在提问题前,麻烦先查看[常见问题](https://freesql.net/reference/faq.html) 3. 不完整的信息将不会得到任何回复!发布问题后,请保持对 issue 的关注,有时会有需要进一步沟通的信息,很长时间内没有得到答复的 issue 将被关闭。 4. 提供可重现的代码,至少应描述以下信息 --> -#### 问题描述及重现步骤: +#### 问题描述及重现代码: ```c# // c# code ``` -#### 数据库的具体版本 +#### 数据库版本 -``` -``` +#### 安装的Nuget包 -#### 安装的包 - -``` -``` #### .net framework/. net core? 及具体版本 -```c# -// c# code -```