mirror of
https://github.com/go-kratos/kratos.git
synced 2026-05-22 10:15:24 +02:00
ab04490d49
* fix pr template typo * add contribution type link & remove reduntant info
29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
<!--
|
|
🎉 Thanks for sending a pull request to Kratos! Here are some tips for you:
|
|
|
|
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
|
|
4. Please use a semantic commits format title, such as `<type>[optional scope]: <description>`, see: https://go-kratos.dev/docs/community/contribution#type
|
|
-->
|
|
|
|
#### Description (what this PR does / why we need it):
|
|
<!--
|
|
* The description should include the motivation for this PR or contrast this with previous behavior
|
|
-->
|
|
|
|
|
|
#### Which issue(s) this PR fixes (resolves / be part of):
|
|
<!--
|
|
* Automatically closes linked issue when PR is merged.
|
|
* If your PR is not fully resolved the issue, please use `part of #<issue number>` instead.
|
|
|
|
Usage: `fixes/resolves #<issue number>`, or `fixes/resolves (paste link of issue)`.
|
|
-->
|
|
|
|
|
|
#### Other special notes for the reviewers:
|
|
<!--
|
|
* Somethings that need extra attention for the reviewers
|
|
* Some additional notes, TODO list, etc.
|
|
--> |