From a04357ff71a3d22b55a6e8cd78dfed94df3af64d Mon Sep 17 00:00:00 2001 From: xiangxinyong Date: Mon, 1 Jun 2020 20:26:07 +0800 Subject: [PATCH] add new template for pr&issue --- .gitee/ISSUE_TEMPLATE.en.md | 13 ++++++++----- .gitee/PULL_REQUEST_TEMPLATE.en.md | 11 ++++++++++- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE.en.md b/.gitee/ISSUE_TEMPLATE.en.md index b448931fc..b8399dbe7 100644 --- a/.gitee/ISSUE_TEMPLATE.en.md +++ b/.gitee/ISSUE_TEMPLATE.en.md @@ -2,13 +2,16 @@ > Uncomment only one, leave it on its own line: > -> - kind/bug +> /kind bug > -> - kind/feature +> /kind feature -**What kind of modification do you want to make?**: +**What happened**: -**How many files did you modify?**: +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: -**Anything else we need to know?**: \ No newline at end of file diff --git a/.gitee/PULL_REQUEST_TEMPLATE.en.md b/.gitee/PULL_REQUEST_TEMPLATE.en.md index 943e54838..b7cec5363 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.en.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.en.md @@ -1,3 +1,12 @@ + +** What type of PR is this? **: + +> Uncomment only one, leave it on its own line: +> +> /kind bug +> +> /kind feature + **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)*: fixes # @@ -10,4 +19,4 @@ 2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. --> ```release-note -``` \ No newline at end of file +``` -- Gitee