Skip to content

Commit a4e5436

Browse files
committed
Change issue and PR templates to encourage contributors to use English
1 parent 8875896 commit a4e5436

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ about: Create a report to help us improve
44

55
---
66

7-
**Describe the bug (描述bug)**
7+
**Describe the bug**
88

99

10-
**To Reproduce (复现方法)**
10+
**To Reproduce**
1111

1212

13-
**Expected behavior (期望行为)**
13+
**Expected behavior**
1414

1515

16-
**Versions (各种版本)**
16+
**Versions**
1717
OS:
1818
Compiler:
1919
brpc:
2020
protobuf:
2121

22-
**Additional context/screenshots (更多上下文/截图)**
22+
**Additional context/screenshots**
2323

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ about: Suggest an idea for this project
44

55
---
66

7-
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
7+
**Is your feature request related to a problem?**
88

99

10-
**Describe the solution you'd like (描述你期望的解决方法)**
10+
**Describe the solution you'd like**
1111

1212

13-
**Describe alternatives you've considered (描述你想到的折衷方案)**
13+
**Describe alternatives you've considered**
1414

1515

16-
**Additional context/screenshots (更多上下文/截图)**
16+
**Additional context/screenshots**
1717

.github/pull_request_template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Problem Summary:
99
Changed:
1010

1111
Side effects:
12-
- Performance effects(性能影响):
12+
- Performance effects:
1313

14-
- Breaking backward compatibility(向后兼容性):
14+
- Breaking backward compatibility:
1515

1616
---
1717
### Check List:
18-
- Please make sure your changes are compilable(请确保你的更改可以通过编译).
19-
- When providing us with a new feature, it is best to add related tests(如果你向我们增加一个新的功能, 请添加相关测试).
20-
- Please follow [Contributor Covenant Code of Conduct](https://github.com/apache/brpc/blob/master/CODE_OF_CONDUCT.md).(请遵循贡献者准则).
18+
- Please make sure your changes are compilable.
19+
- When providing us with a new feature, it is best to add related tests.
20+
- Please follow [Contributor Covenant Code of Conduct](https://github.com/apache/brpc/blob/master/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)