- Used plop (
npm run plop
) to create a new component. - PR has description.
- New component is functional and uses Hooks.
- Component defines
PropTypes
.
- Styles are added to
NewComponent.modules.scss
file inside of theNewComponent
folder. - Component uses CSS Modules.
- Design is compatible with Monday Design System.
- Stories were added to
/src/NewComponent/__stories__/NewComponent.stories.js
file. - Stories include all flows of using the component.
- Tests are compliant with TESTING_README.md instructions.