Skip to content

Commit 27a3300

Browse files
ma2bdafck
andauthored
iterate on the new github template (#2545)
* iterate on the new github template * Update .github/pull_request_template.md Co-authored-by: Andreas Fackler <[email protected]> Signed-off-by: Mathieu Baudet <[email protected]> --------- Signed-off-by: Mathieu Baudet <[email protected]> Co-authored-by: Andreas Fackler <[email protected]>
1 parent fc83acd commit 27a3300

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.github/pull_request_template.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,23 @@ can reproduce the results.
2222
## Release Plan
2323

2424
<!--
25-
If this PR targets the `main` branch, indicate if your recommend the changes to be picked
26-
in release branches.
25+
If this PR targets the `main` branch, **keep the applicable lines** to indicate if you
26+
recommend the changes to be picked in release branches, SDKs, and hotfixes.
2727
28-
Note that this generally only concerns hot fixes.
28+
This generally concerns only bug fixes.
29+
30+
Note that altering the public protocol (e.g. transaction format, WASM syscalls) or storage
31+
formats requires a new deployment.
2932
-->
30-
- [ ] These changes should be backported to the latest `devnet` branch.
31-
- [ ] These changes should be backported to the latest `testnet` branch.
33+
- Nothing to do / These changes follow the usual release cycle.
34+
- These changes should be backported to the latest `devnet` branch, then
35+
- be released in a new SDK,
36+
- be released in a validator hotfix.
37+
- These changes should be backported to the latest `testnet` branch, then
38+
- be released in a new SDK,
39+
- be released in a validator hotfix.
40+
- Backporting is not possible but we may want to deploy a new `devnet` and release a new
41+
SDK soon.
3242

3343
## Links
3444

0 commit comments

Comments
 (0)