From d78f50b96e14e98936c5946164d9db479a35d261 Mon Sep 17 00:00:00 2001 From: Jill Adams <85581471+jilladams@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:51:43 -0700 Subject: [PATCH] Updating Sitewide issue templates (#19403) * Updating Sitewide issue templates * Rename Sitewide issue template to appear higher in the list sorry not sorry * syntax fixes * Formatting adjustments * jebus * jebus2 --- .github/ISSUE_TEMPLATE/__cms-task.md | 2 +- .github/ISSUE_TEMPLATE/_cms-epic.md | 2 +- .github/ISSUE_TEMPLATE/_sitewide-issue.md | 53 +++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 2 +- .../sitewide-crew-member-onboarding.md | 12 ----- .github/ISSUE_TEMPLATE/sitewide-issue.md | 43 --------------- 6 files changed, 56 insertions(+), 58 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/_sitewide-issue.md delete mode 100644 .github/ISSUE_TEMPLATE/sitewide-crew-member-onboarding.md delete mode 100644 .github/ISSUE_TEMPLATE/sitewide-issue.md diff --git a/.github/ISSUE_TEMPLATE/__cms-task.md b/.github/ISSUE_TEMPLATE/__cms-task.md index 2d91657e5f..1febdbd853 100644 --- a/.github/ISSUE_TEMPLATE/__cms-task.md +++ b/.github/ISSUE_TEMPLATE/__cms-task.md @@ -1,5 +1,5 @@ --- -name: Task +name: CMS Task about: A task for the CMS team. title: "" labels: Needs refining, UX writing diff --git a/.github/ISSUE_TEMPLATE/_cms-epic.md b/.github/ISSUE_TEMPLATE/_cms-epic.md index 7e4aa568c3..6480fafb45 100644 --- a/.github/ISSUE_TEMPLATE/_cms-epic.md +++ b/.github/ISSUE_TEMPLATE/_cms-epic.md @@ -1,5 +1,5 @@ --- -name: Epic +name: CMS Epic about: Epic template title: "" labels: Epic, Needs refining diff --git a/.github/ISSUE_TEMPLATE/_sitewide-issue.md b/.github/ISSUE_TEMPLATE/_sitewide-issue.md new file mode 100644 index 0000000000..34b70af594 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/_sitewide-issue.md @@ -0,0 +1,53 @@ +--- +name: "(Sitewide) Issue template" +about: Issue template for Sitewide team +title: '' +labels: Needs refining, sitewide +assignees: '' + +--- + +## Description + +### User story +> _Describe the audience/user, enhancement or fix, and value / outcome desired._ + +**AS A** +**I WANT** +**SO THAT** + + +### Engineering notes / background + + +### Analytics considerations + + +## Testing & QA + +### Scope / Impact analysis +_What, if anything, could break as a result of this change?_ +_Engineer should assess this when approaching PR._ + + +### Roles / assignments +_After functional testing, code review, accessibility review, and design review can happen in parallel._ +* **Functional testing:** +* **Code review:** +* **Design review:** +* **Accessibility review:** +* **Product acceptance:** + + + +## Acceptance criteria +_ACs should capture expected behavior, to inform test plans. Consider devices, documentation updates including KBs, change management, and [content model](https://prod.cms.va.gov/admin/structure/cm_document) when applicable._ + + +- [ ] +- [ ] Impact analysis is filled out and QA test plan is updated accordingly +- [ ] Does this product have an existing regression test plan? + - [ ] Yes, link: + - [ ] No, regression test plan will be created as part of the work / points in this ticket +- [ ] Design review? +- [ ] Accessibility review? diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 94f3ba48a5..58170cde59 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,5 +1,5 @@ --- -name: Enhancement (user story or feature request) +name: CMS Enhancement (user story or feature request) about: Suggest an idea for the CMS title: "" labels: Enhancement, Needs refining diff --git a/.github/ISSUE_TEMPLATE/sitewide-crew-member-onboarding.md b/.github/ISSUE_TEMPLATE/sitewide-crew-member-onboarding.md deleted file mode 100644 index bbe16171d0..0000000000 --- a/.github/ISSUE_TEMPLATE/sitewide-crew-member-onboarding.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Sitewide Crew member onboarding -about: Create an issue for each new team member -title: 'Onboarding: ' -labels: Onboarding -assignees: '' - ---- - -# Deprecated - -Instead, clone the A6 Google [Onboarding Template doc](https://docs.google.com/document/d/1Ea4axA2GTyce0gtyI4mdFhbtBzYxNer9S0x264vw814/edit#heading=h.rcrak4gblqw3). diff --git a/.github/ISSUE_TEMPLATE/sitewide-issue.md b/.github/ISSUE_TEMPLATE/sitewide-issue.md deleted file mode 100644 index f016e1f585..0000000000 --- a/.github/ISSUE_TEMPLATE/sitewide-issue.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -name: "(Sitewide) Issue template" -about: Issue template for Sitewide team -title: '' -labels: Needs refining, sitewide -assignees: '' - ---- - -## Description - -### User story -> _Describe the audience/user, enhancement or fix, and value / outcome desired._ - -**AS A** -**I WANT** -**SO THAT** - - -### Engineering notes / background - - -### Analytics considerations - - -### Quality / testing notes ->Consider -> - Automated test coverage -> - Manual testing needs - -## Acceptance criteria - ->Consider -> - Design / Accessibility reviews -> - Collab cycle requirements -> - Device sizes (mobile first) -> - Documentation updates / Change management -> - Testing requirements -< - [Content model documentation](https://prod.cms.va.gov/admin/structure/cm_document) - - - -- [ ]