chore(github): make PR template copy explicit (#476)

This commit is contained in:
Orest Tarasiuk
2023-05-15 12:03:27 +02:00
committed by GitHub
parent 929c8bf609
commit 046463e4e8

View File

@@ -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