From ecb33406f1aa578a9c9238c24b89880a341afcb9 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Wed, 2 Oct 2024 15:10:56 +0100 Subject: [PATCH 1/4] Rename existing issue templates --- .../{02_new-hub_phase-1.yaml => 03_new-hub_phase-1.yaml} | 0 .../{03_new-hub_phase-2.yaml => 04_new-hub_phase-2.yaml} | 0 .../{04_new-hub_phase-3.yaml => 05_new-hub_phase-3.yaml} | 0 .../{05_decommission-hub.md => 06_decommission-hub.md} | 0 .github/ISSUE_TEMPLATE/{06_event-hub.yaml => 07_event-hub.yaml} | 0 .../{07_freshdesk-ticket.yaml => 08_freshdesk-ticket.yaml} | 0 ...{08_collect-billing-data.yaml => 09_collect-billing-data.yaml} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{02_new-hub_phase-1.yaml => 03_new-hub_phase-1.yaml} (100%) rename .github/ISSUE_TEMPLATE/{03_new-hub_phase-2.yaml => 04_new-hub_phase-2.yaml} (100%) rename .github/ISSUE_TEMPLATE/{04_new-hub_phase-3.yaml => 05_new-hub_phase-3.yaml} (100%) rename .github/ISSUE_TEMPLATE/{05_decommission-hub.md => 06_decommission-hub.md} (100%) rename .github/ISSUE_TEMPLATE/{06_event-hub.yaml => 07_event-hub.yaml} (100%) rename .github/ISSUE_TEMPLATE/{07_freshdesk-ticket.yaml => 08_freshdesk-ticket.yaml} (100%) rename .github/ISSUE_TEMPLATE/{08_collect-billing-data.yaml => 09_collect-billing-data.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/02_new-hub_phase-1.yaml b/.github/ISSUE_TEMPLATE/03_new-hub_phase-1.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/02_new-hub_phase-1.yaml rename to .github/ISSUE_TEMPLATE/03_new-hub_phase-1.yaml diff --git a/.github/ISSUE_TEMPLATE/03_new-hub_phase-2.yaml b/.github/ISSUE_TEMPLATE/04_new-hub_phase-2.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/03_new-hub_phase-2.yaml rename to .github/ISSUE_TEMPLATE/04_new-hub_phase-2.yaml diff --git a/.github/ISSUE_TEMPLATE/04_new-hub_phase-3.yaml b/.github/ISSUE_TEMPLATE/05_new-hub_phase-3.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/04_new-hub_phase-3.yaml rename to .github/ISSUE_TEMPLATE/05_new-hub_phase-3.yaml diff --git a/.github/ISSUE_TEMPLATE/05_decommission-hub.md b/.github/ISSUE_TEMPLATE/06_decommission-hub.md similarity index 100% rename from .github/ISSUE_TEMPLATE/05_decommission-hub.md rename to .github/ISSUE_TEMPLATE/06_decommission-hub.md diff --git a/.github/ISSUE_TEMPLATE/06_event-hub.yaml b/.github/ISSUE_TEMPLATE/07_event-hub.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/06_event-hub.yaml rename to .github/ISSUE_TEMPLATE/07_event-hub.yaml diff --git a/.github/ISSUE_TEMPLATE/07_freshdesk-ticket.yaml b/.github/ISSUE_TEMPLATE/08_freshdesk-ticket.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/07_freshdesk-ticket.yaml rename to .github/ISSUE_TEMPLATE/08_freshdesk-ticket.yaml diff --git a/.github/ISSUE_TEMPLATE/08_collect-billing-data.yaml b/.github/ISSUE_TEMPLATE/09_collect-billing-data.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/08_collect-billing-data.yaml rename to .github/ISSUE_TEMPLATE/09_collect-billing-data.yaml From 86d22e14433290e99e0180e31e4d0cf21863b954 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Wed, 2 Oct 2024 15:29:20 +0100 Subject: [PATCH 2/4] Add a Phase 0 issue template to use when engineering input into new hub refinement is required --- .../ISSUE_TEMPLATE/02_new-hub_phase-0.yaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml diff --git a/.github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml b/.github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml new file mode 100644 index 0000000000..5b38de5540 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml @@ -0,0 +1,31 @@ +name: "New Hub Turnup Phase 0 - Partnership/Engineering sync chat" +description: | + If partnerships need a conversation with an engineer to help with filling out + the other phases, they should open this type of issue to trigger that process. +title: "[New Hub] [Spike: 30mins] Sync chat to refine phases - {{community_name}}" +projects: ["2i2c-org/49"] +body: + - type: markdown + attributes: + value: | + This issue is to be used when Partnerships require some engineering assistance + to refine the requirements for an upcoming new hub deployment. + + ### Tasks + + ```[tasklist] + - [ ] Schedule a 30min sync chat with James Munroe, or a delegate, to refine the new hub requirements + - [ ] Refine the requirements for this new hub deployment + - [ ] Open the relevant Phase 1,2,3 issues with all of the required information + ``` + + ### Definition of Done + + Each of the following phases for this new hub deployment: + - have an open issue, + - all the relevant information in the issue tables are filled out and marked READY, + - the issues have been placed in the Refined column of the Engineering board + + - [ ] Phase 1 + - [ ] Phase 2 + - [ ] Phase 3 From 3dd7992ce1e1c83f0749a2ab9e2be58220138c28 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Wed, 2 Oct 2024 15:41:03 +0100 Subject: [PATCH 3/4] Include a due date in the title --- .github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml b/.github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml index 5b38de5540..83313be508 100644 --- a/.github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml +++ b/.github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml @@ -2,7 +2,7 @@ name: "New Hub Turnup Phase 0 - Partnership/Engineering sync chat" description: | If partnerships need a conversation with an engineer to help with filling out the other phases, they should open this type of issue to trigger that process. -title: "[New Hub] [Spike: 30mins] Sync chat to refine phases - {{community_name}}" +title: "[New Hub] [Due by: {{date}}] [Spike: 30mins] Sync chat to refine phases - {{community_name}}" projects: ["2i2c-org/49"] body: - type: markdown From a1fff0e7ee336ed3dd2f7580700ce60f03af55c1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:43:42 +0000 Subject: [PATCH 4/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml b/.github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml index 83313be508..c666e3e8d4 100644 --- a/.github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml +++ b/.github/ISSUE_TEMPLATE/02_new-hub_phase-0.yaml @@ -20,7 +20,7 @@ body: ``` ### Definition of Done - + Each of the following phases for this new hub deployment: - have an open issue, - all the relevant information in the issue tables are filled out and marked READY,