From 20a8d42417a6a422686e33ad0020f3ff6813550d Mon Sep 17 00:00:00 2001
From: Chevdor <chevdor@users.noreply.github.com>
Date: Fri, 3 Dec 2021 12:07:40 +0100
Subject: [PATCH] Add doc about runtime version bump (#4418)

---
 polkadot/.github/ISSUE_TEMPLATE/release.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/polkadot/.github/ISSUE_TEMPLATE/release.md b/polkadot/.github/ISSUE_TEMPLATE/release.md
index feda8285010..30cd1f39e85 100644
--- a/polkadot/.github/ISSUE_TEMPLATE/release.md
+++ b/polkadot/.github/ISSUE_TEMPLATE/release.md
@@ -17,7 +17,8 @@ candidate branch.
 
 - [ ] Verify [`spec_version`](#spec-version) has been incremented since the
     last release for any native runtimes from any existing use on public
-    (non-private/test) networks.
+    (non-private/test) networks. If the runtime was published (release or pre-release), either
+    the `spec_version` or `impl` must be bumped.
 - [ ] Verify previously [completed migrations](#old-migrations-removed) are
     removed for any public (non-private/test) networks.
 - [ ] Verify pallet and [extrinsic ordering](#extrinsic-ordering) has stayed
-- 
GitLab