Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 980 Bytes

contributions.md

File metadata and controls

19 lines (10 loc) · 980 Bytes

Contribution Guide

  1. All the major code should be inside the src folder in the root folder.

  2. All folder names should start with small letters to maintain code uniformity.

  3. All file names also should be in small letters. Whereas the Class inside those files should start with capital letter.

  4. All styling that you do for the components should NOT be inline but a separate Stylesheet file should be created inside ./src/assets/styles.

  5. The code you write should be well documented and must follow the rule of 100 characters per line. You can set this limit from your editors settings.

  6. Use Prettier in your editor for auto code formatting and beautification.

  7. Enable Single Quotes settings in Prettier plugin of your editor. You can change the number of characters per line from the Print Width settings option.

Screenshot of my Prettier settings in Atom.

alt text