-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(projects): update github issues template
- Loading branch information
1 parent
b5027c8
commit ff1d504
Showing
6 changed files
with
98 additions
and
42 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Bug提交 | ||
name: 🐞 Bug提交 | ||
description: 在使用软件或功能的过程中遇到了错误 | ||
title: '[Bug]: ' | ||
labels: [ "bug?" ] | ||
|
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
This file was deleted.
Oops, something went wrong.
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,48 @@ | ||
--- | ||
name: 🚀 功能请求 | ||
description: 提出一个想法以帮助我们改进W&B | ||
title: "[功能]: " | ||
labels: | ||
- "功能请求" | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**感谢 :heart: 您花时间填写此功能请求报告!** | ||
我们恳请您搜索看看您的功能是否[已经存在](https://github.com/soybeanjs/soybean-admin/issues?q=is%3Aissue+sort%3Acreated-desc+)。 | ||
我们也很乐意接受用户的贡献。有关更多详细信息,请参阅[此处](https://github.com/soybeanjs/soybean-admin/blob/main/README.zh_CN.md#%E5%A6%82%E4%BD%95%E8%B4%A1%E7%8C%AE)。 | ||
- type: textarea | ||
attributes: | ||
label: 描述 | ||
description: | | ||
对您感兴趣的功能的清晰简洁的描述。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: 建议的解决方案 | ||
description: | | ||
描述您想要的解决方案。对您希望发生的事情的清晰简洁的描述。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: 替代方案 | ||
description: | | ||
描述您考虑过的替代方案。 | ||
对您考虑过的任何替代解决方案或功能的清晰简洁的描述。 | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: 额外的上下文 | ||
description: | | ||
在此处添加有关问题的其他上下文。 | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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,48 @@ | ||
--- | ||
name: 🚀 Feature Request | ||
description: Suggest an idea to help us improve W&B | ||
title: "[Feature]: " | ||
labels: | ||
- "feature_request" | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Thanks :heart: for taking the time to fill out this feature request report!** | ||
We kindly ask that you search to see if an issue [already exists](https://github.com/soybeanjs/soybean-admin/issues?q=is%3Aissue+sort%3Acreated-desc+) for your feature. | ||
We are also happy to accept contributions from our users. For more details see [here](https://github.com/soybeanjs/soybean-admin/blob/main/README.md#how-to-contribute). | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
A clear and concise description of the feature you're interested in. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Suggested Solution | ||
description: | | ||
Describe the solution you'd like. A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Alternatives | ||
description: | | ||
Describe alternatives you've considered. | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: | | ||
Add any other context about the problem here. | ||
validations: | ||
required: false |