mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
add issues template
This commit is contained in:
parent
4f1783e805
commit
c217eca702
34
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
34
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
---
|
||||||
|
name: "Bug Report 🐛"
|
||||||
|
about: 这里只能提交 Bug,提交其他无关信息会被关闭
|
||||||
|
title: ''
|
||||||
|
labels: Bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
以下为必读项,不仔细阅读会导致你的 Issue 被关闭
|
||||||
|
|
||||||
|
1. 该分类下只能提交 Feature,如果要询问使用方法等,请前往讨论区:https://github.com/dotnetcore/FreeSql/discussions
|
||||||
|
2. FreeSql写了许多文档,在提问题前,麻烦先查看[常见问题](http://freesql.net/reference/faq.html)
|
||||||
|
3. 不完整的信息将不会得到任何回复!发布问题后,请保持对 issue 的关注,有时会有需要进一步沟通的信息,很长时间内没有得到答复的 issue 将被关闭。
|
||||||
|
4. 提供可重现的代码,至少应描述以下信息 -->
|
||||||
|
|
||||||
|
#### 问题描述及重现步骤:
|
||||||
|
|
||||||
|
|
||||||
|
#### 数据库的具体版本
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 安装的包
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
#### .net framework/. net core? 及具体版本
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
9
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
9
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -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: 关于文档相关的错误请提交到这里
|
23
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
name: "Feature Request 🚀"
|
||||||
|
about: 这里只能提交 Feature 请求,提交其他无关信息会被关闭
|
||||||
|
title: ''
|
||||||
|
labels: Feature
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
以下为必读项,不仔细阅读会导致你的 Issue 被关闭
|
||||||
|
|
||||||
|
1. 该分类下只能提交 Feature,如果要询问使用方法等,请前往讨论区:https://github.com/dotnetcore/FreeSql/discussions
|
||||||
|
2. 请尽量详细的描述清楚你的需求
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### Feature 特性
|
||||||
|
|
||||||
|
|
||||||
|
#### 简要描述原因
|
||||||
|
|
||||||
|
|
||||||
|
#### 使用场景
|
@ -92,7 +92,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||||||
.editorconfig = .editorconfig
|
.editorconfig = .editorconfig
|
||||||
.gitattributes = .gitattributes
|
.gitattributes = .gitattributes
|
||||||
.gitignore = .gitignore
|
.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
|
Directory.Build.props = Directory.Build.props
|
||||||
|
.github\ISSUE_TEMPLATE\feature-request.md = .github\ISSUE_TEMPLATE\feature-request.md
|
||||||
LICENSE = LICENSE
|
LICENSE = LICENSE
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
README.zh-CN.md = README.zh-CN.md
|
README.zh-CN.md = README.zh-CN.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user