diff --git a/.github/ISSUE_TEMPLATE/design_template.md b/.github/ISSUE_TEMPLATE/design_template.md new file mode 100644 index 0000000000..b0a550d482 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/design_template.md @@ -0,0 +1,42 @@ +--- +name: Design template +about: Start on a design feature +title: '' +labels: ['needs: design'] +assignees: '' +projects: ['wellcomecollection/18'] +--- + +## Description + + + +## User story + +As a [ _persona_ ] +I want to [ _be able to …_ ] +So that I can [ _achieve this outcome_ ] + + + +## UX brief +**Design brief:** +**Project page on Notion:** + +## Definition of done +- [ ] Achieves user story +- [ ] Testing approach agreed +- [ ] Passes accessibility (eg colour contrast) +- [ ] Responsive design considered +- [ ] Design critique or review +- [ ] Check with real data (images, copy etc) +- [ ] Flag new elements that might be incorporated into the design system +- [ ] Spec designs (interactions, how it works, logic etc) +- [ ] Does this design have an analytics plan? +- [ ] Agree final designs with product manager +- [ ] Create dev tickets and handover diff --git a/.github/ISSUE_TEMPLATE/design_template.yml b/.github/ISSUE_TEMPLATE/design_template.yml deleted file mode 100644 index 67e222b30d..0000000000 --- a/.github/ISSUE_TEMPLATE/design_template.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: Design work -description: Start on a design feature -projects: 'wellcomecollection/18' -body: - - type: textarea - id: description - attributes: - label: Description