chore: add pull_request template (#229)

This commit is contained in:
HAOYUatHZ
2023-01-13 11:46:19 +08:00
committed by GitHub
parent 8f55299941
commit 411cb19b62

3
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,3 @@
1. Purpose or design rationalef or this PR
2. Does this PR involve a new deployment, and involve a new git tag & docker image tag? If so, has `tag` in `common/version.go` been updated?
3. Is this PR a breaking change? If so, have it been attached a `` tag?