Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create engineering-handoff-issue #762

Merged
merged 3 commits into from
Nov 1, 2024
Merged
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
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/engineering-handoff-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: Design to Engineering Handoff Issue
about: PMs use this template when a User Story is ready for Engineering. This will be a separate issue for Engineering to track their work.
title: 'Engineering for #[add related user story issue number] [Related User Story Title]'
labels: 'milestone: missing, points: missing, Role: missing, Complexity: Missing, Feature: Missing'
assignees: ''

---

**UPDATE LABELS: Add the following labels to each new issue, and remove default labels. Then remove this section:**
* Role
* Feature
* Points
* Complexity

### Dependencies/Related Engineering issues

#### Back End
-

#### Front End
-

#### Dev Ops
-

### Overview
This issue is for tracking engineering work related to #[add related user story issue number], which is [add short description of related user story]

### Action Items
- Assign and Prep
- [ ] Engineering Lead: Review User Story and Design and assign Engineer
- [ ] Engineer: Review User Story and Design
- [ ] Engineer: Work with PM and Design Lead to clarify any questions about the User Story
- [ ] Engineer/Engineering Lead: determine if work should be split into multiple issues, if so create those issues and link them in this issue.
- Draft and Review:
- [ ] [Add engineering action items here]
- [ ] Code is deployed, changes are visible in https://dev.homeunite.us/
- Let Product know that it is ready for review
- [ ] Engineer: Change Issue Status to "For Review/Feedback Needed"
- [ ] Engineer: Add Label "Ready for: Product"
- [ ] Engineer: Tag the PM (assignee) of the related User Story in a comment below and let them know that a draft is ready for review
- [ ] Product: Review https://dev.homeunite.us/ and compare against Acceptance Criteria
- [ ] Repeat above steps until all Acceptance Criteria in the User Story are accounted for

### Resources/Instructions
Loading