Skip to content

Commit

Permalink
planned date
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Aug 15, 2024
1 parent 1fdfac3 commit 2f367f5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/4_pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ body:
placeholder: 7d9dcc313f9ced0bd1e6508363148841683b6d7c
validations:
required: true
- type: input
id: pre_release_date
attributes:
label: Planned date
description: Projected release date for this upcoming version
placeholder: ex. Friday, April 23, 1976
validations:
required: true
- type: checkboxes
attributes:
label: Did the commit CI suceeded?
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/5_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ body:
value: https://github.com/ITISFoundation/osparc-simcore/releases/tag/staging_<sprint_name><version>
validations:
required: true
- type: input
id: release_date
attributes:
label: Planned date
description: Projected release date for this upcoming version
placeholder: ex. Friday, April 23, 1976
validations:
required: true
- type: checkboxes
attributes:
label: Did the commit CI suceeded?
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/6_hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ body:
value: https://github.com/ITISFoundation/osparc-simcore/releases/tag/v<version>
validations:
required: true
- type: input
id: hotfix_date
attributes:
label: Planned date
description: Projected release date for this upcoming version
placeholder: ex. Friday, April 23, 1976
validations:
required: true
- type: textarea
attributes:
label: Motivation
Expand Down

0 comments on commit 2f367f5

Please sign in to comment.