diff --git a/.gitee/ISSUE_TEMPLATE.en.md b/.gitee/ISSUE_TEMPLATE.en.md index b448931fc1763ffe199603dec4cfc51eff410d86..059834f0315ae4ba7f54df1ddb3ca936ffef7711 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 943e54838d04cf573c42d31c52801baaac928a60..b7cec536326993efb3d7affafc8f1d11296a5086 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 +```