1
0

design_system.yaml 912 B

1234567891011121314151617181920212223242526272829303132
  1. name: Design system feature request
  2. description: Request changes in the Atlas Design System
  3. assignees: 'toiletgranny'
  4. labels:
  5. - 'design-system'
  6. - 'design'
  7. body:
  8. - type: textarea
  9. id: description
  10. attributes:
  11. label: Description
  12. description: 'What would you like to have done?'
  13. validations:
  14. required: true
  15. - type: input
  16. id: component-link
  17. attributes:
  18. label: Figma link
  19. description: 'If this is about an existing component, please, provide a Figma link'
  20. placeholder: 'https://www.figma.com/file/Pf31tuYpozYmpq163U2ho8/Web-Components?node-id=...'
  21. validations:
  22. required: false
  23. - type: dropdown
  24. id: priority
  25. attributes:
  26. label: How urgent this is?
  27. options:
  28. - "It's blocking me right now"
  29. - 'This will block me soon'
  30. - 'Not a blocker, but still worth considering'
  31. validations:
  32. required: true