You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ww...@apache.org on 2022/10/14 07:31:29 UTC

[incubator-brpc] branch master updated: add pull_request_template.md (#1952)

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/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 003b3a40 add pull_request_template.md (#1952)
003b3a40 is described below

commit 003b3a4076370b5043e412527ba84167a431deb2
Author: fan <75...@users.noreply.github.com>
AuthorDate: Fri Oct 14 15:31:22 2022 +0800

    add pull_request_template.md (#1952)
    
    Signed-off-by: fan <yf...@gmail.com>
    
    Signed-off-by: fan <yf...@gmail.com>
---
 .github/pull_request_template.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..030d014b
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,20 @@
+### What problem does this PR solve?
+
+Issue Number:
+
+Problem Summary:
+
+### What is changed and the side effects?
+
+Changed:
+
+Side effects:
+- Performance effects(性能影响):
+
+- 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](../CODE_OF_CONDUCT.md).(请遵循贡献者准则).


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org