From 5057cad4a81ac86794337a158409f13776f5d70c Mon Sep 17 00:00:00 2001 From: fuchanghai Date: Thu, 28 Mar 2024 13:08:26 +0800 Subject: [PATCH] [feature] improvement --- .github/ISSUE_TEMPLATE/bug-report.yml | 26 ++++++------------- .github/ISSUE_TEMPLATE/document.yml | 6 ++--- .github/ISSUE_TEMPLATE/feature-request.yml | 12 ++++----- .github/ISSUE_TEMPLATE/improvement-report.yml | 7 ++--- 4 files changed, 21 insertions(+), 30 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 48b82b0a..8f9e8b40 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,19 +1,19 @@ -name: Bug report +name: Bug report (程序Bug报告) title: "[Bug] [Class (章节)] Bug title (标题)" -description: Problems and issues with code of WTF +description: Problems and issues with code of WTF (报告WTF-Solidity中的程序Bug) body: - type: markdown attributes: value: > - Please make sure what you are reporting is indeed a bug with reproducible steps, if you want to ask questions - or share ideas, you can head to our + Please make sure what you are reporting is indeed a bug with reproducible steps(请确保您所报告的是一个具有可重现步骤的错误), if you want to ask questions + or share ideas, you can head to our (如果你是想问一个问题或者分享一个主意,你可以通过以下方式) [Discussions](https://github.com/AmazingAng/WTF-Solidity/discussions) tab, you can also [join our discord](https://discord.gg/5akcruXrsk) - type: textarea attributes: - label: What happened (发生啥) + label: Details (细节) description: Describe what happened.(描述一下发生了啥) placeholder: > Please provide the context in which the problem occurred and explain what happened(请提供问题发生的背景并解释发生的情况) @@ -23,21 +23,11 @@ body: - type: textarea attributes: - label: Anything else (其他需要补充的) - description: Anything else we need to know?(有什么其他需要上报的) + label: Environment (其他需要补充的) + description: Tell us about your environment placeholder: > - 比如环境信息,Solidity版本等等 + Tell us what you're using it: Hardhat, Remix, etc. (告诉我们你使用的环境:Hardhat,Remix等等。) - - type: dropdown - id: version - attributes: - label: Version - description: > - Which version of WTF are you running? (哪个分支出现的) - options: - - main - validations: - required: true - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/document.yml b/.github/ISSUE_TEMPLATE/document.yml index 3af12d32..e64f445f 100644 --- a/.github/ISSUE_TEMPLATE/document.yml +++ b/.github/ISSUE_TEMPLATE/document.yml @@ -1,5 +1,5 @@ -name: Documentation Related -description: Suggest an improvement or report a bug for this project's Documentation +name: Typo report(勘误报告) +description: Report a typo in the WTF-Solidity(报告WTF-Solidity中的勘误) title: "[Doc][Module Name(模块)] Documentation bug or improvement(标题)" body: - type: markdown @@ -9,7 +9,7 @@ body: - type: textarea attributes: - label: Description + label: Details(细节) description: A short description why your find in our document.(简短的描述一下) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index d9bf6cfd..aaee4e0d 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,5 @@ -name: Feature request +name: Feature request(对此项目提出一个意见) description: Suggest an idea for this project(对此项目提出一个意见) title: "[Feature][Module Name(模块名称)] Feature title(标题)" body: @@ -12,15 +12,15 @@ body: - type: textarea attributes: - label: Description - description: A short description of your feature (简短的描述一下) + label: Details(细节) + description: Please describe your feature request in detail. (请详细描述您的功能请求。) - type: textarea attributes: - label: Use case - description: What do you want to happen?(你想要干啥) + label: Motivation(动机) + description: Please describe your motivation in the feature request. (请描述您在功能请求中的动机。) placeholder: > - + Please describe your motivation in the feature request. (请描述您在功能请求中的动机。) diff --git a/.github/ISSUE_TEMPLATE/improvement-report.yml b/.github/ISSUE_TEMPLATE/improvement-report.yml index 9bcd72bb..c7da951a 100644 --- a/.github/ISSUE_TEMPLATE/improvement-report.yml +++ b/.github/ISSUE_TEMPLATE/improvement-report.yml @@ -1,5 +1,5 @@ -name: Improvement request -description: Suggest an improvement for this project +name: Improvement request (提升请求) +description: Suggest an improvement for this project (给WTF-Solidity提一个改进提升的请求) title: "[Improvement][Module Name(模块)] Improvement title(标题)" body: - type: markdown @@ -10,7 +10,8 @@ body: - type: textarea attributes: label: Description - description: A short description why your want to do this improvement (简短的描述一下) + description: A short description why your find in our document.(简短的描述一下) + - type: checkboxes attributes: