This is an automated email from the ASF dual-hosted git repository.
wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new a4e5436e Change issue and PR templates to encourage contributors to
use English
a4e5436e is described below
commit a4e5436ee91207b459ee9f986fe6544db2333b55
Author: wwbmmm <[email protected]>
AuthorDate: Tue Apr 22 17:01:05 2025 +0800
Change issue and PR templates to encourage contributors to use English
---
.github/ISSUE_TEMPLATE/bug_report.md | 10 +++++-----
.github/ISSUE_TEMPLATE/feature_request.md | 8 ++++----
.github/pull_request_template.md | 10 +++++-----
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md
b/.github/ISSUE_TEMPLATE/bug_report.md
index 92555f6e..1ac04efa 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -4,20 +4,20 @@ about: Create a report to help us improve
---
-**Describe the bug (描述bug)**
+**Describe the bug**
-**To Reproduce (复现方法)**
+**To Reproduce**
-**Expected behavior (期望行为)**
+**Expected behavior**
-**Versions (各种版本)**
+**Versions**
OS:
Compiler:
brpc:
protobuf:
-**Additional context/screenshots (更多上下文/截图)**
+**Additional context/screenshots**
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md
b/.github/ISSUE_TEMPLATE/feature_request.md
index bfb0e4bc..8b3ad900 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -4,14 +4,14 @@ about: Suggest an idea for this project
---
-**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
+**Is your feature request related to a problem?**
-**Describe the solution you'd like (描述你期望的解决方法)**
+**Describe the solution you'd like**
-**Describe alternatives you've considered (描述你想到的折衷方案)**
+**Describe alternatives you've considered**
-**Additional context/screenshots (更多上下文/截图)**
+**Additional context/screenshots**
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index f0ce2073..6cd036b6 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -9,12 +9,12 @@ Problem Summary:
Changed:
Side effects:
-- Performance effects(性能影响):
+- Performance effects:
-- Breaking backward compatibility(向后兼容性):
+- Breaking backward compatibility:
---
### Check List:
-- Please make sure your changes are compilable(请确保你的更改可以通过编译).
-- When providing us with a new feature, it is best to add related
tests(如果你向我们增加一个新的功能, 请添加相关测试).
-- Please follow [Contributor Covenant Code of
Conduct](https://github.com/apache/brpc/blob/master/CODE_OF_CONDUCT.md).(请遵循贡献者准则).
+- Please make sure your changes are compilable.
+- When providing us with a new feature, it is best to add related tests.
+- Please follow [Contributor Covenant Code of
Conduct](https://github.com/apache/brpc/blob/master/CODE_OF_CONDUCT.md).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]