Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 📝 update issue template And Update PR CI GitHub Actions workflow #868

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!

If you use the version is not the latest version, please upgrade to the latest version and try again!

- type: input
id: contact
Expand All @@ -20,7 +22,7 @@ body:
id: version
attributes:
label: Version
description: What version of smart-doc are you running?
description: What version of smart-doc are you running? (If you use the version is not the latest version, please upgrade to the latest version and try again!)
placeholder: ex. 3.0.5
validations:
required: true
Expand Down Expand Up @@ -57,23 +59,23 @@ body:
- type: textarea
id: bug-description
attributes:
label: Describe the bug(BUG描述,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
label: Describe the bug (Bug描述,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior(您期望的结果,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
label: Expected Behavior (您期望的结果,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
description: If you're describing a bug, tell us what should happen.If you're suggesting a change/improvement, tell us how it should work
validations:
required: true

- type: textarea
id: current-behavior
attributes:
label: Current Behavior(当前结果,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
label: Current Behavior (当前结果,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
description: If describing a bug, tell us what happens instead of the expected behavior.If suggesting a change/improvement, explain the difference from current behavior
validations:
required: true
Expand All @@ -90,24 +92,24 @@ body:
- type: textarea
id: possible-solution
attributes:
label: Possible Solution(Bug解决建议,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
label: Possible Solution (Bug解决建议,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
description: Not obligatory, but suggest a fix/reason for the bug,or ideas how to implement the addition or change

- type: textarea
id: context
attributes:
label: Context(Bug影响描述,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
label: Context (Bug影响描述,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
description: How has this issue affected you? What are you trying to accomplish? If you're suggesting a change/improvement, tell us how it should work

- type: checkboxes
id: checkboxes
attributes:
label: Validations
description: Before submitting the issue, please make sure you do the following(在提交问题之前,请确保执行以下操作)
description: Before submitting the issue, please make sure you do the following (在提交问题之前,请确保执行以下操作)
options:
- label: Check if you're on the [latest smart-doc version](https://github.com/TongchengOpenSource/smart-doc/releases/latest).
- label: Check if you're on the [latest smart-doc version](https://github.com/TongchengOpenSource/smart-doc/releases/latest). (请检查是否为最新版本)
required: true
- label: Read the [docs](https://smart-doc-group.github.io/).
- label: Read the [docs](https://smart-doc-group.github.io/). (请先阅读官方文档)
required: true
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. (检查是否存在报告相同错误的问题,以避免产生重复)
required: true
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,40 @@ body:
- type: textarea
id: basic-example
attributes:
label: Basic example(pr的用例,社区已开启国际化推广,请文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
label: Basic example (PR的用例,社区已开启国际化推广,请文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
description: If the proposal involves a new or changed API, include a basic code example. Omit this section if it's not applicable.
validations:
required: true

- type: textarea
id: suggested-solution
attributes:
label: Describe the solution you'd like(描述您想要的解决方案,社区已开启国际化推广,请文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
label: Describe the solution you'd like (描述您想要的解决方案,社区已开启国际化推广,请文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
description: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: alternative
attributes:
label: Describe alternatives you've considered(描述你考虑过的替代方案,社区已开启国际化推广,请文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
label: Describe alternatives you've considered (描述你考虑过的替代方案,社区已开启国际化推广,请文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
description: A clear and concise description of any alternative solutions or features you've considered.

- type: textarea
id: additional-context
attributes:
label: Additional context(其他背景信息,社区已开启国际化推广,请文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
label: Additional context (其他背景信息,社区已开启国际化推广,请文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
description: Add any other context or screenshots about the feature request here.

- type: checkboxes
id: checkboxes
attributes:
label: Validations
description: Before submitting the issue, please make sure you do the following(在提交问题之前,请确保执行以下操作)
description: Before submitting the issue, please make sure you do the following (在提交问题之前,请确保执行以下操作)
options:
- label: Read the [docs](https://smart-doc-group.github.io/).
- label: Read the [docs](https://smart-doc-group.github.io/). (请先阅读官方文档)
required: true
- label: Read the [Contributing Guidelines](https://smart-doc-group.github.io/guide/community/contributing).
- label: Read the [Contributing Guidelines](https://smart-doc-group.github.io/guide/community/contributing). (请先阅读官方文档·贡献指南)
required: true
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. (检查是否存在报告相同错误的问题,以避免产生重复)
required: true
47 changes: 0 additions & 47 deletions .github/workflows/build-and-install-plugin.yml

This file was deleted.

Loading