add issues template

This commit is contained in:
luoyunchong
2021-05-18 20:31:13 +08:00
parent 4f1783e805
commit c217eca702
4 changed files with 69 additions and 0 deletions

34
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View 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 及具体版本
```
```