-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82a7119
commit f5e820c
Showing
1 changed file
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |