From 2f5422542df230612203e1809338291077f0316b Mon Sep 17 00:00:00 2001 From: fuchanghai <33984497+fuchanghai@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:08:49 +0800 Subject: [PATCH 01/10] =?UTF-8?q?[feature]=20=E6=A8=A1=E7=89=88=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 73 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++ .github/ISSUE_TEMPLATE/document.yml | 38 ++++++++++ .github/ISSUE_TEMPLATE/feature-request.yml | 41 +++++++++++ .github/ISSUE_TEMPLATE/improvement-report.yml | 27 +++++++ 5 files changed, 184 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/document.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml create mode 100644 .github/ISSUE_TEMPLATE/improvement-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000..5340c3ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,73 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +name: Bug report +title: "[Bug] [Class (章节)] Bug title (标题)" +description: Problems and issues with code of WTF +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 + [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 (发生啥) + description: Describe what happened.(描述一下发生了啥) + placeholder: > + Please provide the context in which the problem occurred and explain what happened(请提供问题发生的背景并解释发生的情况) + validations: + required: true + + + - type: textarea + attributes: + label: Anything else (其他需要补充的) + description: Anything else we need to know?(有什么其他需要上报的) + placeholder: > + 比如环境信息,Solidity版本等等 + + - type: dropdown + id: version + attributes: + label: Version + description: > + Which version of WTF are you running? (哪个分支出现的) + options: + - main + validations: + required: true + + - type: checkboxes + attributes: + label: Are you willing to submit PR?(你愿意提交PR吗?) + description: > + This is absolutely not required, but we are happy to guide you in the contribution process + especially if you already have a good understanding of how to implement the fix. + (这不是必须的,但是我们很高兴您能够提交PR) + options: + - label: Yes I am willing to submit a PR!(是的我愿意) + + + + - type: markdown + attributes: + value: "Thanks for completing our form!" diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..f1596670 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Ask a question or get support(提个问题或者获得支持) + url: https://github.com/AmazingAng/WTF-Solidity/discussions + about: Ask a question or request support for using WTF-Solidity diff --git a/.github/ISSUE_TEMPLATE/document.yml b/.github/ISSUE_TEMPLATE/document.yml new file mode 100644 index 00000000..a49c9914 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/document.yml @@ -0,0 +1,38 @@ +name: Documentation Related +description: Suggest an improvement or report a bug for this project's Documentation +title: "[Doc][Module Name(模块)] Documentation bug or improvement(标题)" +body: + - type: markdown + attributes: + value: | + 能用英文用英文,觉得描述不清就用中文 + + - type: textarea + attributes: + label: Description + description: A short description why your find in our document.(简短的描述一下) + + + - type: checkboxes + attributes: + label: Are you willing to submit a PR?(你愿意提交PR吗?) + description: > + This is absolutely not required, but we are happy to guide you in the contribution process + especially if you already have a good understanding of how to implement the fix. + (这不是必须的,但是我们很高兴您能够提交PR) + options: + - label: Yes I am willing to submit a PR!(是的我愿意) + + - type: checkboxes + attributes: + label: Code of Conduct + description: | + The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it. + options: + - label: | + I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) + required: true + + - type: markdown + attributes: + value: "Thanks for completing our form!" diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 00000000..d9bf6cfd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,41 @@ + +name: Feature request +description: Suggest an idea for this project(对此项目提出一个意见) +title: "[Feature][Module Name(模块名称)] Feature title(标题)" +body: + - type: markdown + attributes: + value: | + 能用英文用英文,觉得描述不清就用中文 + + + + - type: textarea + attributes: + label: Description + description: A short description of your feature (简短的描述一下) + + - type: textarea + attributes: + label: Use case + description: What do you want to happen?(你想要干啥) + placeholder: > + + + + + - type: checkboxes + attributes: + label: Are you willing to submit a PR?(你愿意提交PR吗?) + description: > + This is absolutely not required, but we are happy to guide you in the contribution process + especially if you already have a good understanding of how to implement the fix. + (这不是必须的,但是我们很高兴您能够提交PR) + options: + - label: Yes I am willing to submit a PR!(是的我愿意) + + + + - type: markdown + attributes: + value: "Thanks for completing our form!" diff --git a/.github/ISSUE_TEMPLATE/improvement-report.yml b/.github/ISSUE_TEMPLATE/improvement-report.yml new file mode 100644 index 00000000..9bcd72bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improvement-report.yml @@ -0,0 +1,27 @@ +name: Improvement request +description: Suggest an improvement for this project +title: "[Improvement][Module Name(模块)] Improvement title(标题)" +body: + - type: markdown + attributes: + value: | + 能用英文用英文,觉得描述不清就用中文 + + - type: textarea + attributes: + label: Description + description: A short description why your want to do this improvement (简短的描述一下) + + - type: checkboxes + attributes: + label: Are you willing to submit a PR?(你愿意提交PR吗?) + description: > + This is absolutely not required, but we are happy to guide you in the contribution process + especially if you already have a good understanding of how to implement the fix. + (这不是必须的,但是我们很高兴您能够提交PR) + options: + - label: Yes I am willing to submit a PR!(是的我愿意) + + - type: markdown + attributes: + value: "Thanks for completing our form!" From 73163ec1434e4b1295d4c09d94dd78b2cc2be4b0 Mon Sep 17 00:00:00 2001 From: fuchanghai <33984497+fuchanghai@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:12:57 +0800 Subject: [PATCH 02/10] =?UTF-8?q?[feature]=20=E5=8E=BB=E6=8E=89=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 5340c3ea..48b82b0a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,20 +1,3 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - name: Bug report title: "[Bug] [Class (章节)] Bug title (标题)" description: Problems and issues with code of WTF From 79dc052638e91ded1a57a743ffc146c9aa312bc8 Mon Sep 17 00:00:00 2001 From: fuchanghai <33984497+fuchanghai@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:20:37 +0800 Subject: [PATCH 03/10] =?UTF-8?q?[feature]=20=E5=8E=BB=E6=8E=89=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/document.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/document.yml b/.github/ISSUE_TEMPLATE/document.yml index a49c9914..3af12d32 100644 --- a/.github/ISSUE_TEMPLATE/document.yml +++ b/.github/ISSUE_TEMPLATE/document.yml @@ -23,16 +23,6 @@ body: options: - label: Yes I am willing to submit a PR!(是的我愿意) - - type: checkboxes - attributes: - label: Code of Conduct - description: | - The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it. - options: - - label: | - I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) - required: true - - type: markdown attributes: value: "Thanks for completing our form!" From 5057cad4a81ac86794337a158409f13776f5d70c Mon Sep 17 00:00:00 2001 From: fuchanghai Date: Thu, 28 Mar 2024 13:08:26 +0800 Subject: [PATCH 04/10] [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: From a7dd6ca6a246716041d523703164fdb1ee1024f5 Mon Sep 17 00:00:00 2001 From: fuchanghai Date: Thu, 28 Mar 2024 17:43:27 +0800 Subject: [PATCH 05/10] =?UTF-8?q?[feature]=20=E6=B7=BB=E5=8A=A0=E4=B8=AD?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/document.yml | 7 +++++-- .github/ISSUE_TEMPLATE/feature-request.yml | 7 +++++-- .github/ISSUE_TEMPLATE/improvement-report.yml | 7 +++++-- 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 8f9e8b40..2efb5ac8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -14,7 +14,7 @@ body: - type: textarea attributes: label: Details (细节) - description: Describe what happened.(描述一下发生了啥) + description: Describe what happened.(描述一下发生了什么) placeholder: > Please provide the context in which the problem occurred and explain what happened(请提供问题发生的背景并解释发生的情况) validations: @@ -24,7 +24,7 @@ body: - type: textarea attributes: label: Environment (其他需要补充的) - description: Tell us about your environment + description: Tell us about your environment(告诉我们你的环境信息) placeholder: > Tell us what you're using it: Hardhat, Remix, etc. (告诉我们你使用的环境:Hardhat,Remix等等。) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f1596670..01e28396 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: false contact_links: - name: Ask a question or get support(提个问题或者获得支持) url: https://github.com/AmazingAng/WTF-Solidity/discussions - about: Ask a question or request support for using WTF-Solidity + about: Ask a question or request support for using WTF-Solidity (提个在使用WTF-Solidity时遇到的问题或者获得支持) diff --git a/.github/ISSUE_TEMPLATE/document.yml b/.github/ISSUE_TEMPLATE/document.yml index e64f445f..af626497 100644 --- a/.github/ISSUE_TEMPLATE/document.yml +++ b/.github/ISSUE_TEMPLATE/document.yml @@ -5,7 +5,10 @@ body: - type: markdown attributes: value: | - 能用英文用英文,觉得描述不清就用中文 + For better global communication, Please write in English. + + If you feel the description in English is not clear, then you can use Chinese, thanks! + (为了更好的全球化的交流,能用英文用英文,觉得描述不清就用中文) - type: textarea attributes: @@ -25,4 +28,4 @@ body: - type: markdown attributes: - value: "Thanks for completing our form!" + value: "Thanks for completing our form!(感谢填写表单!)" diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index aaee4e0d..730aa34b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -6,7 +6,10 @@ body: - type: markdown attributes: value: | - 能用英文用英文,觉得描述不清就用中文 + For better global communication, Please write in English. + + If you feel the description in English is not clear, then you can use Chinese, thanks! + (为了更好的全球化的交流,能用英文用英文,觉得描述不清就用中文) @@ -38,4 +41,4 @@ body: - type: markdown attributes: - value: "Thanks for completing our form!" + value: "Thanks for completing our form!(感谢填写表单!)" diff --git a/.github/ISSUE_TEMPLATE/improvement-report.yml b/.github/ISSUE_TEMPLATE/improvement-report.yml index c7da951a..a225ba6c 100644 --- a/.github/ISSUE_TEMPLATE/improvement-report.yml +++ b/.github/ISSUE_TEMPLATE/improvement-report.yml @@ -5,7 +5,10 @@ body: - type: markdown attributes: value: | - 能用英文用英文,觉得描述不清就用中文 + For better global communication, Please write in English. + + If you feel the description in English is not clear, then you can use Chinese, thanks! + (为了更好的全球化的交流,能用英文用英文,觉得描述不清就用中文) - type: textarea attributes: @@ -25,4 +28,4 @@ body: - type: markdown attributes: - value: "Thanks for completing our form!" + value: "Thanks for completing our form!(感谢填写表单!)" From 0a296637593e1fc66f19b402c1d9ab65813c2fae Mon Sep 17 00:00:00 2001 From: fuchanghai Date: Sun, 7 Apr 2024 11:06:41 +0800 Subject: [PATCH 06/10] =?UTF-8?q?[feature]=20=E6=B7=BB=E5=8A=A0=E4=B8=AD?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/document.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/improvement-report.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2efb5ac8..5ec49f56 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -23,7 +23,7 @@ body: - type: textarea attributes: - label: Environment (其他需要补充的) + label: Environment (环境) description: Tell us about your environment(告诉我们你的环境信息) placeholder: > Tell us what you're using it: Hardhat, Remix, etc. (告诉我们你使用的环境:Hardhat,Remix等等。) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 01e28396..4fcbaa80 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: false contact_links: - name: Ask a question or get support(提个问题或者获得支持) url: https://github.com/AmazingAng/WTF-Solidity/discussions - about: Ask a question or request support for using WTF-Solidity (提个在使用WTF-Solidity时遇到的问题或者获得支持) + about: Ask a question or request support for using WTF-Solidity (在使用WTF-Solidity时,遇到的问题或者需要获得帮助) diff --git a/.github/ISSUE_TEMPLATE/document.yml b/.github/ISSUE_TEMPLATE/document.yml index af626497..842916f8 100644 --- a/.github/ISSUE_TEMPLATE/document.yml +++ b/.github/ISSUE_TEMPLATE/document.yml @@ -8,12 +8,12 @@ body: For better global communication, Please write in English. If you feel the description in English is not clear, then you can use Chinese, thanks! - (为了更好的全球化的交流,能用英文用英文,觉得描述不清就用中文) + (为了更好的全球化的交流,请使用英文,如果觉得用英文无法清楚描述,可以使用中文) - type: textarea attributes: label: Details(细节) - description: A short description why your find in our document.(简短的描述一下) + description: A short description what your find in our document.(简短的描述一下在文档中发现了什么错误) - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 730aa34b..4efd5788 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -9,7 +9,7 @@ body: For better global communication, Please write in English. If you feel the description in English is not clear, then you can use Chinese, thanks! - (为了更好的全球化的交流,能用英文用英文,觉得描述不清就用中文) + (为了更好的全球化的交流,请使用英文,如果觉得用英文无法清楚描述,可以使用中文) diff --git a/.github/ISSUE_TEMPLATE/improvement-report.yml b/.github/ISSUE_TEMPLATE/improvement-report.yml index a225ba6c..44f51888 100644 --- a/.github/ISSUE_TEMPLATE/improvement-report.yml +++ b/.github/ISSUE_TEMPLATE/improvement-report.yml @@ -8,7 +8,7 @@ body: For better global communication, Please write in English. If you feel the description in English is not clear, then you can use Chinese, thanks! - (为了更好的全球化的交流,能用英文用英文,觉得描述不清就用中文) + (为了更好的全球化的交流,请使用英文,如果觉得用英文无法清楚描述,可以使用中文) - type: textarea attributes: From 0de336a4fc7c74aaa51461eadaaeccb43cec3b68 Mon Sep 17 00:00:00 2001 From: fuchanghai Date: Mon, 8 Apr 2024 17:02:57 +0800 Subject: [PATCH 07/10] =?UTF-8?q?[feature]=20=E6=B7=BB=E5=8A=A0=E4=B8=AD?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 5ec49f56..e90bfa2a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug report (程序Bug报告) title: "[Bug] [Class (章节)] Bug title (标题)" -description: Problems and issues with code of WTF (报告WTF-Solidity中的程序Bug) +description: Problems and issues with code of WTF (报告WTF中的程序Bug) body: - type: markdown attributes: @@ -43,4 +43,4 @@ body: - type: markdown attributes: - value: "Thanks for completing our form!" + value: "Thanks for completing our form!(感谢填写表单!)" From ff3a789245a7a598299b72971080e616843dd558 Mon Sep 17 00:00:00 2001 From: fuchanghai Date: Mon, 8 Apr 2024 17:06:38 +0800 Subject: [PATCH 08/10] =?UTF-8?q?[feature]=20=E5=B0=86WTF=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20WTF-Solidity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e90bfa2a..77ec79a5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug report (程序Bug报告) title: "[Bug] [Class (章节)] Bug title (标题)" -description: Problems and issues with code of WTF (报告WTF中的程序Bug) +description: Problems and issues with code of WTF-Solidity (报告WTF-Solidity中的程序Bug) body: - type: markdown attributes: From fe585f6b2af3b53d70969c392898a0b811a46062 Mon Sep 17 00:00:00 2001 From: fuchanghai Date: Mon, 8 Apr 2024 17:14:46 +0800 Subject: [PATCH 09/10] =?UTF-8?q?[feature]=20=E4=BF=AE=E6=94=B9=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/document.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/improvement-report.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 77ec79a5..6d61f381 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: Bug report (程序Bug报告) -title: "[Bug] [Class (章节)] Bug title (标题)" +title: "[Bug] [Class (章节)] title(标题)" description: Problems and issues with code of WTF-Solidity (报告WTF-Solidity中的程序Bug) body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/document.yml b/.github/ISSUE_TEMPLATE/document.yml index 842916f8..2013bd83 100644 --- a/.github/ISSUE_TEMPLATE/document.yml +++ b/.github/ISSUE_TEMPLATE/document.yml @@ -1,6 +1,6 @@ name: Typo report(勘误报告) description: Report a typo in the WTF-Solidity(报告WTF-Solidity中的勘误) -title: "[Doc][Module Name(模块)] Documentation bug or improvement(标题)" +title: "[Doc][Module Name(模块)] title(标题)" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 4efd5788..24f61da5 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,7 @@ name: Feature request(对此项目提出一个意见) description: Suggest an idea for this project(对此项目提出一个意见) -title: "[Feature][Module Name(模块名称)] Feature title(标题)" +title: "[Feature][Module Name(模块名称)] title(标题)" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/improvement-report.yml b/.github/ISSUE_TEMPLATE/improvement-report.yml index 44f51888..3bb1d84b 100644 --- a/.github/ISSUE_TEMPLATE/improvement-report.yml +++ b/.github/ISSUE_TEMPLATE/improvement-report.yml @@ -1,6 +1,6 @@ name: Improvement request (提升请求) description: Suggest an improvement for this project (给WTF-Solidity提一个改进提升的请求) -title: "[Improvement][Module Name(模块)] Improvement title(标题)" +title: "[Improvement][Module Name(模块名称)] title(标题)" body: - type: markdown attributes: From 6827b9abcf9a9aeebb3cee58e2d595613e9d50f0 Mon Sep 17 00:00:00 2001 From: fuchanghai Date: Mon, 8 Apr 2024 17:19:44 +0800 Subject: [PATCH 10/10] =?UTF-8?q?[feature]=20=E6=A0=87=E9=A2=98=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E5=8D=95=E8=AF=8D=E5=A4=A7=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/document.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/improvement-report.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6d61f381..bb468676 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: Bug report (程序Bug报告) -title: "[Bug] [Class (章节)] title(标题)" +title: "[Bug] [Class (章节)] Title(标题)" description: Problems and issues with code of WTF-Solidity (报告WTF-Solidity中的程序Bug) body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/document.yml b/.github/ISSUE_TEMPLATE/document.yml index 2013bd83..e3dec71e 100644 --- a/.github/ISSUE_TEMPLATE/document.yml +++ b/.github/ISSUE_TEMPLATE/document.yml @@ -1,6 +1,6 @@ name: Typo report(勘误报告) description: Report a typo in the WTF-Solidity(报告WTF-Solidity中的勘误) -title: "[Doc][Module Name(模块)] title(标题)" +title: "[Doc][Module Name(模块)] Title(标题)" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 24f61da5..f0ffa96f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,7 @@ name: Feature request(对此项目提出一个意见) description: Suggest an idea for this project(对此项目提出一个意见) -title: "[Feature][Module Name(模块名称)] title(标题)" +title: "[Feature][Module Name(模块名称)] Title(标题)" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/improvement-report.yml b/.github/ISSUE_TEMPLATE/improvement-report.yml index 3bb1d84b..e9b0a8b5 100644 --- a/.github/ISSUE_TEMPLATE/improvement-report.yml +++ b/.github/ISSUE_TEMPLATE/improvement-report.yml @@ -1,6 +1,6 @@ name: Improvement request (提升请求) description: Suggest an improvement for this project (给WTF-Solidity提一个改进提升的请求) -title: "[Improvement][Module Name(模块名称)] title(标题)" +title: "[Improvement][Module Name(模块名称)] Title(标题)" body: - type: markdown attributes: