浏览代码

Merge branch 'master' of https://github.com/ldqk/Masuit.Tools

懒得勤快 3 年之前
父节点
当前提交
77f2c2dfab
共有 3 个文件被更改,包括 59 次插入0 次删除
  1. 10 0
      .github/ISSUE_TEMPLATE/-----.md
  2. 29 0
      .github/ISSUE_TEMPLATE/--bug--.md
  3. 20 0
      .github/ISSUE_TEMPLATE/feature_request.md

+ 10 - 0
.github/ISSUE_TEMPLATE/-----.md

@@ -0,0 +1,10 @@
+---
+name: 请求新功能
+about: 你的一些想法和idea
+title: 请求添加新功能:
+labels: ''
+assignees: ''
+
+---
+
+请详细描述一下你想要的功能,实现什么效果?

+ 29 - 0
.github/ISSUE_TEMPLATE/--bug--.md

@@ -0,0 +1,29 @@
+---
+name: "提交bug\U0001F41B"
+about: bug概要
+title: "[BUG]"
+labels: bug
+assignees: ''
+
+---
+
+**bug描述**
+
+**是哪个函数出现了bug**
+
+
+**异常堆栈信息**
+
+
+**函数入参**
+
+
+**期望的结果或输出**
+
+
+**使用环境:**
+ - OS: [e.g. iOS]
+ - Version [e.g. 22]
+ - .NET Runtime [e.g. 6.0]
+
+**您的一些其他的想法**

+ 20 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.