From c217eca702ad638abce74eb887ada64bba2464f8 Mon Sep 17 00:00:00 2001 From: luoyunchong Date: Tue, 18 May 2021 20:31:13 +0800 Subject: [PATCH 1/2] add issues template --- .github/ISSUE_TEMPLATE/bug-report.md | 34 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 9 ++++++ .github/ISSUE_TEMPLATE/feature-request.md | 23 +++++++++++++++ FreeSql.sln | 3 ++ 4 files changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..de5d0b27 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,34 @@ +--- +name: "Bug Report 🐛" +about: 这里只能提交 Bug,提交其他无关信息会被关闭 +title: '' +labels: Bug +assignees: '' + +--- + + + +#### 问题描述及重现步骤: + + +#### 数据库的具体版本 +``` + +``` + +#### 安装的包 +``` + +``` + +#### .net framework/. net core? 及具体版本 +``` + +``` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..fa238d4f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: true + +contact_links: + - name: 使用问题 🗨️ + url: https://github.com/dotnetcore/FreeSql/discussions + about: 使用过程中的疑问请发布到这里 + - name: 文档错误 📚 + url: https://github.com/2881099/FreeSql.Wiki.VuePress/issues/new + about: 关于文档相关的错误请提交到这里 diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..0106f2d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,23 @@ +--- +name: "Feature Request 🚀" +about: 这里只能提交 Feature 请求,提交其他无关信息会被关闭 +title: '' +labels: Feature +assignees: '' + +--- + + + +#### Feature 特性 + + +#### 简要描述原因 + + +#### 使用场景 diff --git a/FreeSql.sln b/FreeSql.sln index 7df882c0..6849c8a8 100644 --- a/FreeSql.sln +++ b/FreeSql.sln @@ -92,7 +92,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .editorconfig = .editorconfig .gitattributes = .gitattributes .gitignore = .gitignore + .github\ISSUE_TEMPLATE\bug-report.md = .github\ISSUE_TEMPLATE\bug-report.md + .github\ISSUE_TEMPLATE\config.yml = .github\ISSUE_TEMPLATE\config.yml Directory.Build.props = Directory.Build.props + .github\ISSUE_TEMPLATE\feature-request.md = .github\ISSUE_TEMPLATE\feature-request.md LICENSE = LICENSE README.md = README.md README.zh-CN.md = README.zh-CN.md From c5c026ef9a62ca9ae897bb1a0e2d11f18e13b7fe Mon Sep 17 00:00:00 2001 From: luoyunchong Date: Tue, 18 May 2021 20:32:57 +0800 Subject: [PATCH 2/2] Update:Feture To Bug --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index de5d0b27..9184a937 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -10,7 +10,7 @@ assignees: ''