From f20108fa0f0577df7b6dc9f41c4254c3b9486d30 Mon Sep 17 00:00:00 2001 From: Wendao Date: Wed, 4 Jan 2023 18:58:32 +0800 Subject: [PATCH] Add files via upload --- .github/ISSUE_TEMPLATE/bug_report.md | 39 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++ 3 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..fd4c412e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: 'Bug report(缺陷问题反馈)' +about: 'Report a bug to help us improve' +title: '[Bug] say something' +labels: '' +assignees: '' +--- + + + +## 发生了什么? + + + + +## 相关截图(必需) + +## 最小可复现例子(必需) + +> 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 仓库 + + + + +## 复现步骤 + +**Steps to reproduce the behavior:** 1. 2. + +**Expected behavior** 1. 2. + + + +## Context + +- **Yao Version( Detail Version )**: +- **Xgen Version( Build Info )**: +- **Platform**: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..68d28541 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..27e5ec9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. \ No newline at end of file