FreeSql/.github/ISSUE_TEMPLATE/feature-request.md
2024-11-13 18:18:28 +08:00

34 lines
557 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: "Feature Request 🚀"
about: 这里只能提交 Feature 请求,提交其他无关信息会被关闭
title: ''
labels: Feature
assignees: ''
---
<!--
以下为必读项,不仔细阅读会导致你的 Issue 被关闭
1. 该分类下只能提交 Feature如果要询问使用方法等请前往讨论区https://github.com/dotnetcore/FreeSql/discussions
2. 请尽量详细的描述清楚你的需求
-->
#### Feature 特性
```c#
// c# code
```
#### 简要描述原因
```c#
// c# code
```
#### 使用场景
```c#
// c# code
```