From ea2e20432f383e9e349cd4ae56f3e5014a5577c4 Mon Sep 17 00:00:00 2001 From: Guangyao Ma Date: Wed, 7 Apr 2021 11:38:33 +0800 Subject: [PATCH] feat: add pr template Change-Id: Ic6a0030e81299e0e95b6e6fcb55262cfcab41987 --- .gitee/PULL_REQUEST_TEMPLATE.en.md | 5 +++++ .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md | 5 +++++ .gitee/PULL_REQUEST_TEMPLATE.zh-TW.md | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .gitee/PULL_REQUEST_TEMPLATE.en.md create mode 100644 .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md create mode 100644 .gitee/PULL_REQUEST_TEMPLATE.zh-TW.md diff --git a/.gitee/PULL_REQUEST_TEMPLATE.en.md b/.gitee/PULL_REQUEST_TEMPLATE.en.md new file mode 100644 index 0000000..cd1d872 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.en.md @@ -0,0 +1,5 @@ +IssueNo:# +Description: +Sig:Kernel +Feature or Bugfix:Bugfix +Binary Source:No diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md new file mode 100644 index 0000000..cd1d872 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -0,0 +1,5 @@ +IssueNo:# +Description: +Sig:Kernel +Feature or Bugfix:Bugfix +Binary Source:No diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-TW.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-TW.md new file mode 100644 index 0000000..cd1d872 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-TW.md @@ -0,0 +1,5 @@ +IssueNo:# +Description: +Sig:Kernel +Feature or Bugfix:Bugfix +Binary Source:No -- Gitee