From 2d8eb30b6a3d5a219a7ba66d49690cb8c1124748 Mon Sep 17 00:00:00 2001 From: liuyaning Date: Wed, 22 Mar 2023 16:18:03 +0800 Subject: [PATCH] Title:update pr requirement Description:add pr template Issue:https://gitee.com/openharmony/third_party_llvm-project/issues/I6GP06 Test:none Signed-off-by: liuyaning --- .gitee/PULL_REQUEST_TEMPLATE.en.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/.gitee/PULL_REQUEST_TEMPLATE.en.md b/.gitee/PULL_REQUEST_TEMPLATE.en.md index f6d433f6d188..e7d9a15062a7 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.en.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.en.md @@ -1,4 +1,22 @@ -## PR Description -A clear and concise description of changes and rationale. Provide a link to external references / discussion if appropriate +### Issue + + +### Reason (Purpose, Solved Problem) + + +### Description + +A clear and concise description of changes, design etc. Provide a link to external references / discussion if appropriate + +Development Guidelines: https://gitee.com/openharmony/third_party_llvm-project/blob/master/OpenHarmonyDevelopmentGuidelines.md + +### Test (Local test) + + +### Need to cherry-pick to release (eg:monthly_20221018, OpenHarmony-3.2-Beta5 ...) branch? + +- [ ] yes,branch list: +- [x] no + +why: -Development Guidelines: https://gitee.com/openharmony/third_party_llvm-project/blob/master/OpenHarmonyDevelopmentGuidelines.md -- Gitee