From 790aad48dbf59616f15a0b49974b2b82553b2e77 Mon Sep 17 00:00:00 2001 From: Ryan Chase Date: Fri, 1 Nov 2024 12:21:40 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/blank-design-issue.md | 2 +- .github/ISSUE_TEMPLATE/blank-dev-issue.md | 3 +- .github/ISSUE_TEMPLATE/blank-research-plan.md | 2 +- .github/ISSUE_TEMPLATE/blank_epic.md | 4 +- .../design-to-engineering-hand-off.md | 75 ------------------- .github/ISSUE_TEMPLATE/post-an-open-role.md | 2 +- 6 files changed, 8 insertions(+), 80 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/design-to-engineering-hand-off.md diff --git a/.github/ISSUE_TEMPLATE/blank-design-issue.md b/.github/ISSUE_TEMPLATE/blank-design-issue.md index 4ade41e98..f9b4960d3 100644 --- a/.github/ISSUE_TEMPLATE/blank-design-issue.md +++ b/.github/ISSUE_TEMPLATE/blank-design-issue.md @@ -84,4 +84,4 @@ To Start Engineering Hand Off...

- + diff --git a/.github/ISSUE_TEMPLATE/blank-dev-issue.md b/.github/ISSUE_TEMPLATE/blank-dev-issue.md index 12b9d0c36..a15fdef2e 100644 --- a/.github/ISSUE_TEMPLATE/blank-dev-issue.md +++ b/.github/ISSUE_TEMPLATE/blank-dev-issue.md @@ -2,8 +2,9 @@ name: Blank Dev Issue about: Template for developers to create issues and prepare for engineering tickets. title: '' -labels: 'draft, Milestone: Missing, Role: Frontend, Size: Missing, Feature: Missing' +labels: 'draft, Feature: Missing, Milestone: Missing, Role: Frontend, Size: Missing' assignees: '' + --- diff --git a/.github/ISSUE_TEMPLATE/blank-research-plan.md b/.github/ISSUE_TEMPLATE/blank-research-plan.md index 72cef27f5..324190bc2 100644 --- a/.github/ISSUE_TEMPLATE/blank-research-plan.md +++ b/.github/ISSUE_TEMPLATE/blank-research-plan.md @@ -2,7 +2,7 @@ name: Blank Research Plan about: Template for UX researcher to create research plan. title: '' -labels: 'Milestone: Missing, role: UI/UX Research, Size: Missing, Feature: Research' +labels: 'Feature: Research, Milestone: Missing, role: UI/UX Research, Size: Missing' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/blank_epic.md b/.github/ISSUE_TEMPLATE/blank_epic.md index fa44a04fc..9dc296337 100644 --- a/.github/ISSUE_TEMPLATE/blank_epic.md +++ b/.github/ISSUE_TEMPLATE/blank_epic.md @@ -2,8 +2,10 @@ name: New Blank Epic about: Template for PMs to create Epics to track batches of features in a milestone title: '' -labels: 'draft,Epic,Milestone: Missing,Role: Product Management,size: epic,Feature: Missing' +labels: 'draft, Epic, Feature: Missing, Milestone: Missing, Role: Product Management, + size: epic' assignees: '' + --- ### Overview diff --git a/.github/ISSUE_TEMPLATE/design-to-engineering-hand-off.md b/.github/ISSUE_TEMPLATE/design-to-engineering-hand-off.md deleted file mode 100644 index 6a7816f24..000000000 --- a/.github/ISSUE_TEMPLATE/design-to-engineering-hand-off.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -name: Design-To-Enginering Hand-Off -about: Ticket for tracking designs submitted to engineering, discussion around implementation - of designs -title: "" -labels: 'Design-To-Engineering Hand Off, Feature: Missing, Milestone: Missing, Role: - Missing, Size: 1pt' -assignees: '' - ---- - -# Design To Engineering Hand Off - -### Overview -Ticket for tracking designs submitted to engineering, discussion around implementation of designs. - -### Description of Requested Change - -``` -Replace this text with a description of the requested change -``` -### PM Action Items - -- [ ] Fix Title -- [ ] Update 'Feature Description' -- [ ] Add assignees (Design Lead, Engineering Lead, Assigned PM) -- [ ] Assign a Milestone -- [ ] Assign a Feature label -- [ ] Remove label 'Milestone: Missing' -- [ ] Add to Project Board - -# Design - -### Design Action Items -- [ ] fill in 'Section Name' in Figma Resources -- [ ] update image url and remove markdown tags -- [ ] Update 'Design Issue(s)' with list of relevant issues with role `role: UI/UX Design` - -### Figma Resources -- [Link to Figma File](https://www.figma.com/file/eF63O8yIGz2soQ4JJFfyoK/311_Data_UXUI?type=design&node-id=4081%3A9245&mode=design&t=PTDbT1wUuq0S7f2W-1) -- Page Name:⭐⭐⭐ V1.2 HAND-OFF -- Section Name: - -### Screenshot of Finalized Designs - -Image which helps engineer understand where to look. (Replace the url and remove the markdown tags) - -```html - -``` - -### Design Issue(s) -``` -Replace this text with a bulletted list of issues -``` -# Engineering - -### Engineering Action Items -- [ ] Review 'Useful Notes for Figma' below -- [ ] Locate section on 311 Data Figma -- [ ] Create and list engineering tickets - -### Useful Notes for Figma -The file describes the overall Figma page. There is one Figma file for the team, which is the `311_Data_UXUI` file. The page is the location of designs within the file, selected via the left-hand-side as a table of contents. The section name is the title of a particular section of the page. The section will encompass all relevant info needed to complete this request. - -### Engineering Issue(s) - -``` -Replace this text with a bulletted list of issues -``` - -### Resources -``` -Replace this text with a bulletted list of resources that might be useful to engineers or designers -``` diff --git a/.github/ISSUE_TEMPLATE/post-an-open-role.md b/.github/ISSUE_TEMPLATE/post-an-open-role.md index 9571a362b..3c2c98e09 100644 --- a/.github/ISSUE_TEMPLATE/post-an-open-role.md +++ b/.github/ISSUE_TEMPLATE/post-an-open-role.md @@ -1,8 +1,8 @@ --- name: Post an open role about: Recruit volunteers for specific open roles template -labels: 'size: 0.25pt,feature: recruiting,Role: Missing' title: '311Data: Open Role for: [Replace with NAME OF ROLE]' +labels: 'feature: recruiting, Role: Missing, size: 0.25pt' assignees: '' ---