diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..9184a937 --- /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