From cfc0ac1eed7b84e3e9afded342f28a74cca4b7ba Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 15 Jun 2021 11:59:29 +0000 Subject: [PATCH] update pull request template Signed-off-by: Jeff fix goimports Signed-off-by: Jeff --- .github/PULL_REQUEST_TEMPLATE.md | 54 ++++++++++++++++++++-------- pkg/models/openpitrix/attachments.go | 1 + 2 files changed, 40 insertions(+), 15 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 42633170d..bf162c1e5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,30 +1,54 @@ -**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 api-change -> /kind bug -> /kind cleanup -> /kind design -> /kind documentation -> /kind failing-test -> /kind feature -> /kind flake + -**Which issue(s) this PR fixes**: +### What type of PR is this? + + + +### What this PR does / why we need it: + +### Which issue(s) this PR fixes: Fixes # -**Special notes for reviewers**: +### Special notes for reviewers: ``` ``` -**Additional documentation, usage docs, etc.**: +### Does this PR introduced a user-facing change? + +```release-note + +``` + +### Additional documentation, usage docs, etc.: