Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 779 Bytes

definition-of-done.md

File metadata and controls

21 lines (14 loc) · 779 Bytes

Definition of done

Generic

  • You’ve followed the contribution guidelines
  • You’ve added or updated the story of the component
  • Your code has the necessary tests written
  • The component’s style is imported in css/src/index.scss
  • The component can have an additional class name to enable restyling
  • The component has an EUPL-1.2+ license header, and all documentation has a Creative Commons 0 (CC0) license header

React

  • The component is exported in src/index.ts
  • The component, or all elements of a component for more complex cases, support(s) ForwardRef in React

NL Design System