Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 346 Bytes

File metadata and controls

8 lines (7 loc) · 346 Bytes

Pull Request Guidelines

  1. Indent using 2 spaces
  2. Use double quotes for strings
  • Use single quotes rather than escaping within strings
  1. Make sure that your code passes our tests using npm test
  • If you add a new feature of fix an issue, add tests for it.
  1. Use JSHint to lint your code.