Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 807 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

20 lines (17 loc) · 807 Bytes

Basic

  • Used plop (npm run plop) to create a new component.
  • PR has description.
  • New component is functional and uses Hooks.
  • Component defines PropTypes.

Style

  • Styles are added to NewComponent.modules.scss file inside of the NewComponent folder.
  • Component uses CSS Modules.
  • Design is compatible with Monday Design System.

Storybook

  • Stories were added to /src/NewComponent/__stories__/NewComponent.stories.js file.
  • Stories include all flows of using the component.

Tests