From 7fc15caa8919c012ec16e6aebb7fa1891378a88d Mon Sep 17 00:00:00 2001 From: Merethe Hansen Date: Mon, 19 Aug 2024 23:26:37 -0700 Subject: [PATCH 1/2] update link and add link --- .github/ISSUE_TEMPLATE/universal_pipeline_update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/universal_pipeline_update.md b/.github/ISSUE_TEMPLATE/universal_pipeline_update.md index 2b2757ff0d..847e99e76d 100644 --- a/.github/ISSUE_TEMPLATE/universal_pipeline_update.md +++ b/.github/ISSUE_TEMPLATE/universal_pipeline_update.md @@ -16,5 +16,5 @@ an announcement email needs to go out to senders in that state. Updates are needed in the following areas: -- [ ] Update [the list of UP states](https://github.com/CDCgov/prime-simplereport-site/blob/a745bf8383ae9c0a10dcfa26a48340dd9c905d64/_config.yml#L61) on the static site config. Refer to [this PR](https://github.com/CDCgov/prime-simplereport-site/blob/a745bf8383ae9c0a10dcfa26a48340dd9c905d64/_config.yml#L61) for an example -- [ ] Generate the list of admin emails senders in that state for product to make an announcement using the `sendOrgAdminEmailCSV` mutation. Notify product once this list is generated so they can continue with the email campaign. +- [ ] Update [the list of UP states](https://github.com/CDCgov/prime-simplereport-site/blob/a745bf8383ae9c0a10dcfa26a48340dd9c905d64/_config.yml#L61) on the static site config. Refer to [this PR](https://github.com/CDCgov/prime-simplereport-site/pull/713) for an example +- [ ] Generate the list of admin emails senders in that state for product to make an announcement using the `sendOrgAdminEmailCSV` mutation. You can refer to [this doc](https://github.com/cdcent/simplereport_docs/wiki/Support-requests#generating-outreach-email-csvs) for help on how to perform the mutation. Notify product once this list is generated so they can continue with the email campaign. From 5feb1a3ed62253e4a9031ffebbdc51bdbc6e1b0e Mon Sep 17 00:00:00 2001 From: Merethe Hansen Date: Mon, 19 Aug 2024 23:30:42 -0700 Subject: [PATCH 2/2] while i'm here --- .github/ISSUE_TEMPLATE/universal_pipeline_update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/universal_pipeline_update.md b/.github/ISSUE_TEMPLATE/universal_pipeline_update.md index 847e99e76d..621ad7d80e 100644 --- a/.github/ISSUE_TEMPLATE/universal_pipeline_update.md +++ b/.github/ISSUE_TEMPLATE/universal_pipeline_update.md @@ -16,5 +16,5 @@ an announcement email needs to go out to senders in that state. Updates are needed in the following areas: -- [ ] Update [the list of UP states](https://github.com/CDCgov/prime-simplereport-site/blob/a745bf8383ae9c0a10dcfa26a48340dd9c905d64/_config.yml#L61) on the static site config. Refer to [this PR](https://github.com/CDCgov/prime-simplereport-site/pull/713) for an example +- [ ] Update [the list of UP states](https://github.com/CDCgov/prime-simplereport-site/blob/a745bf8383ae9c0a10dcfa26a48340dd9c905d64/_config.yml#L61) on the static site config. Refer to [this PR](https://github.com/CDCgov/prime-simplereport-site/pull/713) for an example. - [ ] Generate the list of admin emails senders in that state for product to make an announcement using the `sendOrgAdminEmailCSV` mutation. You can refer to [this doc](https://github.com/cdcent/simplereport_docs/wiki/Support-requests#generating-outreach-email-csvs) for help on how to perform the mutation. Notify product once this list is generated so they can continue with the email campaign.