Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 723 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 723 Bytes

Contributing to Blacklight-Maps

To submit a patch or feature

  1. Fork it ( http://github.com//blacklight-maps/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make some changes (with tests, please)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

Style preferences

From version 0.3.2 forward, Blacklight-Maps will be using the AirBnb JavaScript Style guide for JavaScript. Ruby code uses the community Ruby Style Guide.