Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 807 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 807 Bytes

Contributing

Please ensure you're following the below rules before submitting a PR:

Naming Conventions

Please follow Airbnb's Name Conventions from the style guide.

File Structure & Naming Conventions

  • Structure
    • Follow the existing file structure
  • Files
    • Should be lowercase, with words separated by hyphens (-) eg. logo-cropped.jpg
    • With the exception of Containers and Components, which should be PascalCase - eg. TicketView.js
  • Directories
    • Folder names should be lowercase, with words separated by a hyphen (-) - eg. /components/case-studies
    • Folders and files can be named singular or plural - do what sounds right

Linting

Please ensure your code is passing through the linter.