-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from wisdommen/qianmo2233-patch-1
Update IssueReply.yml
- Loading branch information
Showing
6 changed files
with
56 additions
and
44 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
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 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,26 +1,17 @@ | ||
name: ⭐ 意见与建议 | ||
description: 对这款插件有什么想法,还是有什么新功能的要求,请在这里提出 | ||
description: UltiTools 5 现已不接受任何的新功能请求,请前往 UltiTools 6 仓库,点击右侧按钮来查看详情 | ||
labels: enhancement 新功能请求 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
非常感谢你能够来为这个插件提出意见,你可以申请开发新功能,或者对现有功能提出优化和改进等等等等! | ||
- type: textarea | ||
id: the-feature-request | ||
非常感谢你能够来为这个插件提出意见,目前所有的开发工作都已经转到了UltiTools 6.0,**所以暂时5.0版本除了修复bug以外暂时不会更新新的内容**。 | ||
请前往 UltiTools-Reborn 仓库来提交: https://github.com/UltiKits/UltiTools-Reborn/issues | ||
打开的所有新功能请求相关的 Issue 都将会被锁定。 | ||
- type: checkboxes | ||
id: force | ||
attributes: | ||
label: 请求内容 | ||
description: | ||
在这里提出你对插件的意见与建议,可以是要求新功能,也可以是对现有功能的改进 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: proposed-solution | ||
attributes: | ||
label: 解决方案 | ||
description: 如果你有任何对以上内容的解决方案,可以写在这里,如果能提交相应的 Pull Request 那就更好了 | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: 附加信息 | ||
description: | ||
还有什么想说的吗 | ||
label: 我不管 | ||
options: | ||
- label: 我就是要打开一个这样的Issue,即使会被自动锁定 | ||
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
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 |
---|---|---|
|
@@ -20,3 +20,32 @@ jobs: | |
Hello @${{ github.event.issue.user.login }}. 我们发现您开启了一个Issue,开发组将会尽快对您进行答复 | ||
如果您发现该Issue被添加了标签,那么说明开发组已经受理 | ||
如果您有任何解决方案,欢迎提交Pull Request | ||
**注意:目前所有的开发工作都已经转到了UltiTools 6.0,所以暂时5.0版本除了修复bug以外暂时不会更新新的内容。新功能请求相关 Issue 将会被锁定!** | ||
**UltiTools-Reborn: https://github.com/UltiKits/UltiTools-Reborn** | ||
- name: check sug | ||
if: github.event.label.name == 'enhancement 新功能请求' || github.event.label.name == 'suggestion 建议与想法' | ||
uses: actions-cool/issues-helper@v2 | ||
with: | ||
actions: 'create-comment' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-number: ${{ github.event.issue.number }} | ||
body: | | ||
Hello @${{ github.event.issue.user.login }}. 感谢你的建议! | ||
但很抱歉您提出的建议将不会在这里被采纳。 | ||
目前所有的开发工作都已经转到了UltiTools 6.0,所以暂时5.0版本除了修复bug以外暂时不会更新新的内容。 | ||
请关注一下 UltiTools 6.0:https://github.com/UltiKits/UltiTools-Reborn | ||
- name: lock issue | ||
uses: OSDKDev/[email protected] | ||
if: github.event.label.name == 'enhancement 新功能请求' || github.event.label.name == 'suggestion 建议与想法' | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
- name: check bug | ||
if: github.event.label.name == 'bug 插件功能问题' | ||
uses: actions-cool/issues-helper@v2 | ||
with: | ||
actions: 'create-comment' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-number: ${{ github.event.issue.number }} | ||
body: | | ||
Hello ${{ github.event.issue.user.login }}. 您提出的问题已被受理 | ||
在一般情况下,这些问题将会在下个版本被修复,请持续关注版本更新。 |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
jobs: | ||
create-comment: | ||
runs-on: ubuntu-latest | ||
if: github.event.label.name == 'suggestion' | ||
if: github.event.label.name == 'enhancement 新功能请求' || github.event.label.name == 'suggestion 建议与想法' | ||
steps: | ||
- name: Create comment | ||
uses: actions-cool/issues-helper@v2 | ||
|
@@ -16,5 +16,11 @@ jobs: | |
token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-number: ${{ github.event.issue.number }} | ||
body: | | ||
Hello ${{ github.event.issue.user.login }}. 您提出的建议已被采纳 | ||
取决于建议的数量,可能需要经过数个版本的更新进行逐步实现,请持续关注版本更新。 | ||
Hello @${{ github.event.issue.user.login }}. 感谢你的建议! | ||
但很抱歉您提出的建议将不会在这里被采纳。 | ||
目前所有的开发工作都已经转到了UltiTools 6.0,所以暂时5.0版本除了修复bug以外暂时不会更新新的内容。 | ||
请关注一下 UltiTools 6.0:https://github.com/UltiKits/UltiTools-Reborn | ||
- name: lock issue | ||
uses: OSDKDev/[email protected] | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" |