Skip to content

Commit

Permalink
Adding design issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleemboyer committed Apr 12, 2024
1 parent 04f4996 commit 62b0ef9
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Design
about: For designing planned features (not feature requests)
title: "Design [insert name here]"
labels: ""
assignees: ""
---

## Description

Describe what needs to be designed in a few sentences. Include user needs, goals, and motivations as needed.

## Pre-review Checklist

These items need to be checked, considered, and/or documented before requesting a design review:

- [ ] Color contrast
- [ ] Keyboard interaction / focus indicators
- [ ] Mouse interaction / hover indicators
- [ ] Speech recognition interaction
- [ ] Alternative text for images
- [ ] Viewport responsiveness

## Relevant links

If applicable link to related issues, Figma designs, inspiration, etc.

- [Related issue](#)
- [Inspiration](#)
- ...

0 comments on commit 62b0ef9

Please sign in to comment.