From 046463e4e811dce84e25b779a773be92332a7f28 Mon Sep 17 00:00:00 2001 From: Orest Tarasiuk <830847+OrestTa@users.noreply.github.com> Date: Mon, 15 May 2023 12:03:27 +0200 Subject: [PATCH] chore(github): make PR template copy explicit (#476) --- .github/pull_request_template.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a76851724..6f7d58d7b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,19 @@ -1. Purpose or design rationale of 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? +## 2. Deployment tag versioning + +Has `tag` in `common/version.go` been updated? + +- [ ] This PR doesn't involve a new deployment, git tag, docker image tag +- [ ] Yes -3. Is this PR a breaking change? If so, have it been attached a `breaking-change` label? +## 3. Breaking change label + +Does this PR have the `breaking-change` label? + +- [ ] This PR is not a breaking change +- [ ] Yes