Add files via upload

This commit is contained in:
Wendao 2023-01-04 18:58:32 +08:00 committed by GitHub
parent e84d0988c9
commit f20108fa0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 0 deletions

39
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,39 @@
---
name: 'Bug report缺陷问题反馈'
about: 'Report a bug to help us improve'
title: '[Bug] say something'
labels: ''
assignees: ''
---
<!--
感谢您向我们反馈问题,为了高效的解决问题,我们期望你能提供以下信息:
-->
## 发生了什么?
<!-- A clear and concise description of what the bug is. -->
<!-- 清晰的描述下遇到的问题。-->
## 相关截图(必需)
## 最小可复现例子(必需)
> Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) then upload to your GitHub. 请提供 [最小重现](https://stackoverflow.com/help/minimal-reproducible-example),并上传到你的 GitHub 仓库
<!-- 为节约大家的时间,无复现步骤的 ISSUE 会被关闭,提供之后再 REOPEN -->
<!-- YOUR_REPOSITORY_URL on github -->
## 复现步骤
**Steps to reproduce the behavior:** 1. 2.
**Expected behavior** 1. 2.
<!-- 请提供复现链接/步骤,错误日志以及相关配置 -->
## Context
- **Yao Version( Detail Version )**:
- **Xgen Version( Build Info )**:
- **Platform**:

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question提问和讨论
url: https://github.com/YaoApp/yao/discussions
about: Ask questions and discuss with other community members

View file

@ -0,0 +1,19 @@
---
name: 'Feature request新需求'
about: 'Suggest an idea for this project'
title: '[Feature Request] say something'
labels: ''
assignees: ''
---
## 需求背景
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## 提案
Describe the solution you'd like, better to provide some pseudo code.
## 额外补充
Add any other context or screenshots about the feature request here.