From e1fb1955a0f3a5bfdaa55c86040b4cb43ea87298 Mon Sep 17 00:00:00 2001 From: Orest Tarasiuk <830847+OrestTa@users.noreply.github.com> Date: Mon, 15 May 2023 11:59:13 +0200 Subject: [PATCH] chore(github): Add PR template to ask for rationale and version update (#327) Create pull_request_template.md --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..cc44744269 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +## 1. Purpose or design rationale of this PR + +... + + +## 2. Deployment tag versioning + +Has the version in `params/version.go` been updated? + +- [ ] This PR doesn't involve a new deployment, git tag, docker image tag, and it doesn't affect traces +- [ ] Yes +