diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 90e3bcb47..974ce964a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,22 +3,20 @@ 1. If this is your first time contributing to Kratos, please read our contribution guide: https://go-kratos.dev/en/docs/community/contribution/ 2. Ensure you have added or ran the appropriate tests and lint for your PR, please use `make lint` and `make test` before filing your PR, use `make clean` to tidy your go mod. -3. If the PR is unfinished, you may need to mark it as a WIP(Work In Progress) PR or draft PR +3. If the PR is unfinished, you may need to mark it as a WIP(Work In Progress) PR or Draft PR 4. Please use a semantic commits format title, such as `[optional scope]: `, see: https://go-kratos.dev/docs/community/contribution#type 5. at the same time, please note that similar work should be submitted in one PR as far as possible to reduce the workload of reviewers. Do not split a work into multiple PR unless it should. --> - #### Description (what this PR does / why we need it):