From 20b014b1c916e6cd926477c6ec29a273d6209a41 Mon Sep 17 00:00:00 2001 From: liqiang Date: Thu, 11 Aug 2022 14:37:12 +0800 Subject: [PATCH] IssueNo:https://gitee.com/openharmony/notification_eventhandler/issues/I5LT52 Description:add pr template Sig: SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: liqiang Change-Id: I8aafc3b053d99ad4b04d389d1fc3e76713ad4cc0 --- .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md new file mode 100644 index 0000000..e93ee1f --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -0,0 +1,9 @@ +### IssueNo: +### Description: +### Sig: SIG_ApplicationFramework +### Feature or Bugfix: +### Binary Source: + +### TDD Result: + +### XTS Result: \ No newline at end of file -- Gitee