From 9bd4931f936a939fdd92f6597aeefc9c5572c097 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:50:39 +0800 Subject: [PATCH] chore: fix typos in pull_request template (#230) --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9347ad8c5..366035858 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,3 @@ -1. Purpose or design rationalef or this PR +1. Purpose or design rationale of 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? \ No newline at end of file +3. Is this PR a breaking change? If so, have it been attached a `breaking-change` label? \ No newline at end of file