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

Fix design issue template #1636

Merged
merged 1 commit into from
Feb 6, 2023
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
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/4.design.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ name: Design spec 💄
description: Describe design requirements.
labels: ['design']
body:
- type: markdown
- type: textarea
attributes:
label: Description
description: Description of the project. What is the problem you’re trying to solve? Include any contextual links.
- type: markdown
- type: textarea
attributes:
label: Audience
description: Who does this affect? Who will determine if this is successful (stakeholders)?
- type: markdown
- type: textarea
attributes:
label: Goals
description: What is the purpose of this project? What are users/we getting out of this?
- type: markdown
- type: textarea
attributes:
label: Metrics
description: How is success defined for this project? Are there specific KPIs tied to it?
- type: markdown
- type: textarea
attributes:
label: Timeline
description: When is this due? Working backwards from there, include dates for a few drafts and feedback cycles
- type: markdown
- type: textarea
attributes:
label: Specs
description: What are the constraints, sizes, etc? Include any links to spec sheets or detail pages.