Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
name: 🐛 Bug
description: File a bug/issue
labels: ["bug", "t:bug"]
assignees: ["pcrespov"]
title: "[Bug]: "
labels:
- bug
- "t:bug"
assignees:
- bisgaard-itis
- giancarloromeo
- GitHK
- matusdrobuliak66
- odeimaiz
- pcrespov
- sanderegg
projects:
- "ITISFoundation/projects/15"
type: "Bug"
body:
- type: checkboxes
attributes:
Expand All @@ -20,7 +33,7 @@ body:
- "production aws (e.g. osparc.io)"
- "staging aws (e.g. staging.osparc.io)"
- "production on-premise (dalco)"
- "stating on-premise (dalco)"
- "staging on-premise (dalco)"
- "development (master)"
- "other (e.g. local)"
validations:
Expand Down
16 changes: 13 additions & 3 deletions .github/ISSUE_TEMPLATE/2_feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
name: ✨ Feature request
description: Suggest an idea to implement in the simcore plaform
labels: ["t:enhancement"]
assignees: ["pcrespov"]
description: Suggest an idea to implement in the simcore platform
title: "[Feature]: "
labels:
- t:enhancement
assignees:
- bisgaard-itis
- giancarloromeo
- GitHK
- matusdrobuliak66
- odeimaiz
- pcrespov
- sanderegg
type: "Feature"
body:
- type: checkboxes
attributes:
Expand Down
16 changes: 14 additions & 2 deletions .github/ISSUE_TEMPLATE/3_maintenance_issue.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
name: 🏗️ Maintenance
description: A change in the code to overcome technical debt
labels: ["t:maintenance"]
assignees: ["pcrespov"]
title: "[Maintenance]: "
labels:
- "t:maintenance"
assignees:
- bisgaard-itis
- giancarloromeo
- GitHK
- matusdrobuliak66
- odeimaiz
- pcrespov
- sanderegg
projects:
- "ITISFoundation/projects/9"
type: "Task"
body:
- type: checkboxes
attributes:
Expand Down
16 changes: 11 additions & 5 deletions .github/ISSUE_TEMPLATE/4_pre_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: 🚀 Pre-release to staging (developers-only)
description: Issue to plan and log pre-release from master to staging deploy (including staging hotfixes)
title: "🚀 Pre-release master -> staging_<sprint_name><version>"
labels: ["t:maintenance", "release"]
assignees: ["matusdrobuliak66"]
labels:
- "t:maintenance"
- release
assignees:
- matusdrobuliak66
- YuryHrytsuk
type: "Task"
body:
- type: dropdown
id: prerelease_kind
Expand Down Expand Up @@ -34,8 +39,8 @@ body:
attributes:
label: Commit SHA
description: |
Selets the commit from which the release takes placeholder. Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
IMPORTANT: make sure t (i.e. tests passed and images were built and pushed)
Selects the commit from which the release takes place. Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
IMPORTANT: make sure CI (i.e. tests passed and images were built and pushed)
placeholder: 7d9dcc313f9ced0bd1e6508363148841683b6d7c
validations:
required: true
Expand All @@ -49,7 +54,7 @@ body:
required: true
- type: checkboxes
attributes:
label: Did the commit CI suceeded?
label: Did the commit CI succeed?
description: Check the CI of the selected commit in the [repo commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
options:
- label: The commit CI succeeded.
Expand Down Expand Up @@ -159,3 +164,4 @@ body:
``` md
https://github.com/ITISFoundation/osparc-simcore/releases/tag/staging_<sprint_name><version>
```
```
16 changes: 11 additions & 5 deletions .github/ISSUE_TEMPLATE/5_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: 🚀 Release to production (developers-only)
description: Creates an issue to plan and log the release from staging to production
title: "🚀 Release v<M.m.0>"
labels: ["t:maintenance", "release"]
assignees: ["matusdrobuliak66"]
labels:
- "t:maintenance"
- release
assignees:
- matusdrobuliak66
- YuryHrytsuk
type: "Task"
body:
- type: input
id: version
Expand All @@ -17,8 +22,8 @@ body:
attributes:
label: Commit SHA
description: |
Selects the commit from which the release takes placeholder. Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
IMPORTANT: make sure t (i.e. tests passed and images were built and pushed)
Selects the commit from which the release takes place. Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
IMPORTANT: make sure CI (i.e. tests passed and images were built and pushed)
placeholder: 7d9dcc313f9ced0bd1e6508363148841683b6d7c
validations:
required: true
Expand All @@ -41,7 +46,7 @@ body:
required: true
- type: checkboxes
attributes:
label: Did the commit CI suceeded?
label: Did the commit CI succeed?
description: Check the CI of the selected commit in the [repo commits](https://github.com/ITISFoundation/osparc-simcore/commits/master) to make sure the images are built and ready
options:
- label: The commit CI succeeded.
Expand Down Expand Up @@ -162,3 +167,4 @@ body:
``` md
:tada: https://github.com/ITISFoundation/osparc-simcore/releases/tag/v<M.m.0>
```
```
18 changes: 12 additions & 6 deletions .github/ISSUE_TEMPLATE/6_hotfix.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: 🚑️ Hotfix (developers-only)
description: Critical hotfix to staging or production
title: "🚑️ Release hotfix/v<version> (hotfix)"
labels: ["t:maintenance", "release"]
assignees: ["matusdrobuliak66"]
labels:
- "t:maintenance"
- release
assignees:
- matusdrobuliak66
- YuryHrytsuk
type: "Task"
body:
- type: input
id: version
Expand All @@ -17,8 +22,8 @@ body:
attributes:
label: Branching Commit SHA
description: |
Select the commit from which the hot-fix branch needs to emerge . Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
IMPORTANT: make sure t (i.e. tests passed and images were built and pushed)
Select the commit from which the hot-fix branch needs to emerge. Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
IMPORTANT: make sure CI (i.e. tests passed and images were built and pushed)
placeholder: e.g. `8d9a27ebb3e64956e6a41f31839748b3f6a27074`
validations:
required: true
Expand Down Expand Up @@ -78,8 +83,8 @@ body:
attributes:
label: Hotfix Commit SHA
description: |
Selects the the head commit of the hotfix branch
IMPORTANT: make sure t (i.e. tests passed and images were built and pushed)
Selects the head commit of the hotfix branch
IMPORTANT: make sure CI (i.e. tests passed and images were built and pushed)
placeholder: e.g. `d1f2e9ed-3b82-424e-8afa-17940614f042`
validations:
required: false
Expand Down Expand Up @@ -108,3 +113,4 @@ body:
``` md
:tada: https://github.com/ITISFoundation/osparc-simcore/releases/tag/v<version>
```
```
21 changes: 16 additions & 5 deletions .github/ISSUE_TEMPLATE/7_regular_maintenance.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
name: ⬆️ Regular maintenance (developers-only)
description: Creates an issue to plan a regular maintenance each sprint
title: " ⬆️ Regular maintenance <sprint_name>"
labels: ["t:maintenance"]
assignees: ["matusdrobuliak66"]
title: "⬆️ Regular maintenance <sprint_name>"
labels:
- "t:maintenance"
assignees:
- bisgaard-itis
- giancarloromeo
- GitHK
- matusdrobuliak66
- odeimaiz
- pcrespov
- sanderegg
type: "Task"
projects:
- "ITISFoundation/projects/9"
body:
- type: input
id: sprint
Expand All @@ -13,13 +24,13 @@ body:
required: true
- type: textarea
attributes:
label: ⬆️ Requirements
label: ⬆️ Requirements
description: |
Upgrade of Requirements
value: |
- Update of test & tools dependencies repository-wise
- [ ] ``make reqs``
- Update of most important libraries repository-wise make ``reqs-all upgrade=foo==1.2.3``
- Update of most important libraries repository-wise make ``reqs-all startswith=pydantic``
- [ ] fastapi
- [ ] pydantic
- [ ] aio-pika
Expand Down
Loading