Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 311 Bytes

CONTRIBUTING.md

File metadata and controls

4 lines (4 loc) · 311 Bytes
  • To contribute to this repo, branch off develop to create your own branch
  • Branch names can be feat-create-login-page
  • For each component you create, use storybook to write a story and test the component with jest and react-testing-library
  • Push your code to github and make a pull request to develop