- 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.scssfile inside of theNewComponentfolder. - Component uses CSS Modules.
- Design is compatible with Monday Design System.
- Stories were added to
/src/NewComponent/__stories__/NewComponent.stories.jsfile. - Stories include all flows of using the component.
- Tests are compliant with TESTING_README.md instructions.