Browse Source

Add Gitee pull request template

tags/v1.1.0
leonwanghui Gitee 5 years ago
parent
commit
7a6be0bcdb
1 changed files with 28 additions and 0 deletions
  1. +28
    -0
      .gitee/PULL_REQUEST_TEMPLATE.md

+ 28
- 0
.gitee/PULL_REQUEST_TEMPLATE.md View File

@@ -0,0 +1,28 @@
<!-- Thanks for sending a pull request! Here are some tips for you:
1) If this is your first time, please read our contributor guidelines: https://gitee.com/mindspore/mindspore/blob/master/CONTRIBUTING.md
2) If you want to contribute your code but don't know who will review and merge, please add label `mindspore-assistant` to the pull request, we will find and do it as soon as possible.
-->
**What type of PR is this?**
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
>
> /kind bug
> /kind task
> /kind feature
**What does this PR do / why do we need it**:
**Which issue(s) this PR fixes**:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
Fixes #
**Special notes for your reviewers**:

Loading…
Cancel
Save