Skip to content

Commit

Permalink
[feature] improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchanghai committed Mar 28, 2024
1 parent 79dc052 commit 5057cad
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 30 deletions.
26 changes: 8 additions & 18 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -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(请提供问题发生的背景并解释发生的情况)
Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/document.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,7 +9,7 @@ body:
- type: textarea
attributes:
label: Description
label: Details(细节)
description: A short description why your find in our document.(简短的描述一下)


Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: Feature request
name: Feature request(对此项目提出一个意见)
description: Suggest an idea for this project(对此项目提出一个意见)
title: "[Feature][Module Name(模块名称)] Feature title(标题)"
body:
Expand All @@ -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. (请描述您在功能请求中的动机。)
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/improvement-report.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 5057cad

Please sign in to comment.