This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
name: "🐛 Bug Report"
|
||||
description: Create a bug report to help us improve ms-swift
|
||||
labels: ["bug"]
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for supporting ms-swift and taking the time to submit this issue.
|
||||
感谢你对 ms-swift 的支持和抽出时间提交相关 issue。
|
||||
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Checklist / 检查清单
|
||||
options:
|
||||
- label: I have searched existing issues, and this is a new bug report. / 我已经搜索过现有的 issues,确认这是一个新的 bug report。
|
||||
required: true
|
||||
|
||||
|
||||
- type: textarea
|
||||
id: bug-description
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Bug Description / Bug 描述
|
||||
description: |
|
||||
Please describe the issue you encountered. It's better to include error screenshots or stack trace information.
|
||||
请详细描述你遇到的问题,最好包含报错截图或报错栈信息。
|
||||
|
||||
|
||||
- type: textarea
|
||||
id: reproduction-steps
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: How to Reproduce / 如何复现
|
||||
description: |
|
||||
Please provide steps to reproduce the issue, including ms-swift version, runtime environment, and detailed reproduction steps.
|
||||
请提供复现问题的步骤,包括 ms-swift 的版本、运行环境、详细的复现步骤等。
|
||||
|
||||
|
||||
- type: textarea
|
||||
id: additional-information
|
||||
attributes:
|
||||
label: Additional Information / 补充信息
|
||||
description: |
|
||||
Please provide any additional information here.
|
||||
在这里补充其他相关信息。
|
||||
@@ -0,0 +1,37 @@
|
||||
name: "🚀 Feature Request"
|
||||
description: Submit a request for a new feature
|
||||
labels: ["enhancement"]
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for supporting ms-swift and taking the time to submit this issue.
|
||||
感谢你对 ms-swift 的支持和抽出时间提交相关 issue。
|
||||
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Checklist / 检查清单
|
||||
options:
|
||||
- label: I have searched existing issues, and this is a new feature request. / 我已经搜索过现有的 issues,确认这是一个新的 Feature Request。
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: feature-request-description
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Feature Request Description / Feature Request 描述
|
||||
description: |
|
||||
Please provide a detailed description of the new feature you would like to see added.
|
||||
请详细描述您希望添加的新功能特性。
|
||||
|
||||
|
||||
- type: textarea
|
||||
id: pull-request
|
||||
attributes:
|
||||
label: Pull Request / Pull Request 信息
|
||||
description: |
|
||||
Have you already submitted or plan to submit a Pull Request? Please share your plans.
|
||||
你是否已经提交或即将提交 Pull Request?请说明你的计划。
|
||||
@@ -0,0 +1,28 @@
|
||||
name: "🤔 Question & Discussion"
|
||||
description: Create an issue for questions and discussions
|
||||
labels: ["question"]
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for supporting ms-swift and taking the time to submit this issue.
|
||||
感谢你对 ms-swift 的支持和抽出时间提交相关 issue。
|
||||
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Checklist / 检查清单
|
||||
options:
|
||||
- label: I have searched existing issues, and this is a new question or discussion topic. / 我已经搜索过现有的 issues,确认这是一个新的问题与讨论。
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: question-description
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Question Description / 问题描述
|
||||
description: |
|
||||
Please describe the question or topic you would like to discuss.
|
||||
请描述你想要讨论的问题或话题。
|
||||
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
||||
Reference in New Issue
Block a user