From 62adf4920ea94558a99d8c70657d93e383d35022 Mon Sep 17 00:00:00 2001 From: zhangchunle Date: Thu, 21 May 2020 15:18:57 +0800 Subject: [PATCH] add PR template (#24509) --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..9b5014f5aa --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +#### Required(必填, multiple choices, two at most) +- **PR type(PR 类型) is ( ):** +A. New features(新功能)---------------- D. Performance optimization(性能优化) +B. Bug fixes(问题修复)------------------ E. Breaking changes(向后不兼容的改变) +C. Function optimization(功能优化)------F. Others(其它) + +- **PR changes(改动点)is ( ):** +A. OPs(operators)---------------------- C. Docs(文档) +B. APIs(接口)--------------------------- D. Others(其它) + +- **Use one sentence to describe what this PR does.(简述本次PR的目的和改动)** + +----------------------- +#### Optional(选填, If None, please delete it) + +- **Describe what this PR does in detail. If this PR fixes an issue, please give the issue id.** + + +- **If you modified docs, please make sure that both Chinese and English docs were modified and provide a preview screenshot. (文档必填)** + + +- **Please write down other information you want to tell reviewers.** -- GitLab