From 8b794480dd1f2b84cf7bc0cf432f721b14e44ad1 Mon Sep 17 00:00:00 2001 From: zhangchunle Date: Wed, 13 May 2020 19:37:43 +0800 Subject: [PATCH] Revert "Add PULL_REQUEST_TEMPLATE (#24454)" (#24486) This reverts commit 47e4e6438fac86f38e6759efc0f0f7ec32ef18b4. --- .github/PULL_REQUEST_TEMPLATE.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 194fbd9654..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ -####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(选填) - -- 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