Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 396 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 396 Bytes

Contributing to react-components.com

Pull Requests

Pull requests should be a branch from master.

Style Guide

Code

  • Use semicolons;
  • Commas last,
  • 4 spaces for indentation (no tabs)
  • Prefer ' over "
  • 'use strict';
  • "Attractive"

License

By contributing to react-components.com, you agree that your contributions will be licensed under the MIT license.