-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into 1.1
- Loading branch information
Showing
4 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: 🐞 Bug report 错误报告 | ||
description: Create a bug report to help us improve Steedos. 填写bug报告,帮助我们改进华炎魔方。 | ||
title: "[Bug]: " | ||
labels: [bug, needs triaging] | ||
assignees: | ||
- hotlong | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! 感谢您填写此bug报告! | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? 是否已有相关Issue? | ||
options: | ||
- label: I have searched the existing issues. 我已经搜索过相关Issue。 | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A concise description of what you're experiencing and what you expect.请详细描述你遇到的问题和预期的效果。 | ||
placeholder: | | ||
When I do <X>, <Y> happens and I see the error message attached below: | ||
```...``` | ||
What I expect is <Z> | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce 重现步骤 | ||
description: Add steps to reproduce this behaviour, include console / network logs & videos. 请描述重现此问题的具体步骤,包括服务端和和浏览器日志,最好能提供截图或视频。 | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version 版本 | ||
description: The version of your Steedos Platform Instance. 您当前使用的华炎魔方版本号。 | ||
placeholder: "Cloud / Self Hosted - 2.4.3" | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: 🛠️ Feature request 功能需求 | ||
description: Suggest an idea to improve Steedos. 提出您的改进建议,帮助我们改进华炎魔方。 | ||
title: "[Feature]: " | ||
labels: [new feature] | ||
assignees: | ||
- hotlong | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to request a feature for Steedos! 感谢您填写华炎魔方功能需求表单! | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? 你是否已经搜索过类似的需求? | ||
description: Please search to see if an issue related to this feature request already exists. 请搜索是否已经有用户提出过类似的需求。 | ||
options: | ||
- label: I have searched the existing issues. 我已经搜索过了。 | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Summary 摘要 | ||
description: One paragraph description of the feature. 请简单描述您的需求。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Why should this be worked on? 此需求的应用场景? | ||
description: A concise description of the problems or use cases for this feature request. 请详细描述您遇到的问题已经如果通过新功能解决这个问题。 | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: 📝 Task 任务 | ||
description: Create a task for the team to work on 创建开发任务 | ||
title: "[Task]: " | ||
labels: [Task] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? 你是否已经搜索过类似的任务? | ||
description: Please search to see if an issue related to this feature request already exists. 请搜索是否已经有用户提出过类似的任务。 | ||
options: | ||
- label: I have searched the existing issues. 我已经搜索过了。 | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: SubTasks 子任务 | ||
placeholder: | | ||
- Sub Task 1 | ||
- Sub Task 2 | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🤔 Questions and Help 问题咨询和讨论 | ||
url: https://github.com/orgs/steedos/discussions | ||
about: Reach out to us github discussions page. 请访问 Github Discussions 页面 | ||
- name: 📞 Contact us 联系我们 | ||
url: https://console.steedos.cn/api/files/images/YRgRK94fwndMxMcjM | ||
about: 使用微信扫码加入开发者服务群,或是咨询商务问题。 |