diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4e4e2061b..90e3bcb47 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,6 +5,19 @@ 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 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): @@ -26,4 +39,4 @@ Usage: `fixes/resolves #`, or `fixes/resolves (paste link of issue \ No newline at end of file +-->