From 15e2f044bce3dae5226873184a67fe5f7589f0fa Mon Sep 17 00:00:00 2001 From: xiangxinyong Date: Sat, 30 May 2020 17:49:57 +0800 Subject: [PATCH] add new template for pr&issue --- .gitee/ISSUE_TEMPLATE.en.md | 19 ++++++++++++++----- .gitee/PULL_REQUEST_TEMPLATE.en.md | 11 ++++++++++- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE.en.md b/.gitee/ISSUE_TEMPLATE.en.md index b448931f..059834f0 100644 --- a/.gitee/ISSUE_TEMPLATE.en.md +++ b/.gitee/ISSUE_TEMPLATE.en.md @@ -2,13 +2,22 @@ > 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**: -**Anything else we need to know?**: \ No newline at end of file +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: + +**Environment**: +- Version: +- OS (e.g. from /etc/os-release): +- Kernel (e.g. `uname -a`): +- Install tools: +- Others: diff --git a/.gitee/PULL_REQUEST_TEMPLATE.en.md b/.gitee/PULL_REQUEST_TEMPLATE.en.md index 943e5483..b7cec536 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