Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 608 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 608 Bytes

TAKYON FRONTEND

CONTRIBUTING

  1. Clone the repository
  2. Create a branch highligting the feature you're working on - branch names start with what you're doing e.g feat-login-page, fix-error-in-homepage
  3. commit using this structure - feat: added redux
  4. Yarn - to install and always pull from main before you push
  5. Push the branch to your fork
  6. Open a pull request to the main branch.

RUN

yarn dev

COMMIT TYPES

  1. feat - features
  2. fix - fixes
  3. chore - swagger update or a cleanup
  4. bug - bug identified
  5. style - styles updated
  6. doc - documentation change
  7. test - added tests