Skip to content

Commit

Permalink
Create blank-design-issue.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfchase authored Mar 6, 2024
1 parent 82a7119 commit f5e820c
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions .github/ISSUE_TEMPLATE/blank-design-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
---
name: Blank Design Issue
about: Template for designers to create issues and prepare for engineering hand off.
title: ''
labels: 'Milestone: Missing, Role: UI/UX Design, Size: Missing'
assignees: ''

---

### Overview
We need to do X for Y reason.

### Action Items

- [ ] Address the problem overview with possible design solution(s) in a comment
- [ ] Complete Design Iterations section below
- [ ] Document user interaction in Figma

---

### Design Iterations

**Please move ticket between `In Progress` and `In Review` to assist PM team**

<details><summary>Iteration 1</summary>
<p>

Link to notes: `REPLACE WITH COMMENT URL`

`REPLACE WITH SCREENSHOT UPLOAD`

</p>
</details>

---

### Hand Off Materials

Figma Section Name: `REPLACE WITH SECTION NAME`

<details><summary>Before Screenshot</summary>
<p>

`REPLACE WITH SCREENSHOT UPLOAD`

</p>
</details>

<details><summary>After Screenshot (Finalized)</summary>
<p>

`REPLACE WITH SCREENSHOT UPLOAD`

</p>
</details>

### Designer Resources

<details><summary>Iteration Dropdown Copy/Paste</summary>
<p>

```
<details><summary>Iteration X</summary>
<p>
Link to notes: `REPLACE WITH COMMENT URL`
`REPLACE WITH SCREENSHOT UPLOAD`
</p>
</details>
```

</p>
</details>

<details><summary>Instructions for Engineering Hand Off</summary>
<p>

To Start Engineering Hand Off...
1. Ensure all Hand Off Materials are filled in
3. Add the "ready for dev lead" label
4. Leave a comment saying "This ticket is ready for engineering hand off."


</p>
</details>

0 comments on commit f5e820c

Please sign in to comment.