You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/6_hotfix.yml
+25-8Lines changed: 25 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ body:
13
13
validations:
14
14
required: true
15
15
- type: input
16
-
id: commit_sha
16
+
id: branch_commit_sha
17
17
attributes:
18
-
label: Commit SHA
18
+
label: Branching Commit SHA
19
19
description: |
20
-
Selets the commit from which the release takes placeholder. Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
20
+
Select the commit from which the hot-fix branch needs to emerge . Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
21
21
IMPORTANT: make sure t (i.e. tests passed and images were built and pushed)
22
22
placeholder: e.g. `8d9a27ebb3e64956e6a41f31839748b3f6a27074`
23
23
validations:
@@ -42,6 +42,15 @@ body:
42
42
- Is there anything in particular we should monitor?
43
43
validations:
44
44
required: true
45
+
- type: textarea
46
+
attributes:
47
+
label: Cherry Picks
48
+
description: |
49
+
List of changes to cherry-pick into the hotfix branch.
50
+
List links to the PRs associated to every commit in the release. This will automatically create references between PRs and this release that will be very valuable for traceability.
51
+
TIP: use the autogenerate changelog feature during the draft release.
52
+
validations:
53
+
required: false
45
54
- type: textarea
46
55
attributes:
47
56
label: "🚑️ Hotfix branch"
@@ -53,20 +62,28 @@ body:
53
62
- [] check [images in dockerhub](https://registry.hub.docker.com/u/itisfoundation)
54
63
validations:
55
64
required: false
65
+
- type: input
66
+
id: hotfix_commit_sha
67
+
attributes:
68
+
label: Hotfix Commit SHA
69
+
description: |
70
+
Selects the the head commit of the hotfix branch
71
+
IMPORTANT: make sure t (i.e. tests passed and images were built and pushed)
72
+
placeholder: e.g. `d1f2e9ed-3b82-424e-8afa-17940614f042`
73
+
validations:
74
+
required: false
56
75
- type: textarea
57
76
attributes:
58
-
label: Changes
77
+
label: Changes (for changelog)
59
78
description: |
60
-
Changes introduced by this release.
61
-
List links to the PRs associated to every commit in the release. This will automatically create references between PRs and this release that will be very valuable for traceability.
62
-
TIP: use the autogenerate changelog feature during the draft release.
0 commit comments