Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 568 Bytes

File metadata and controls

19 lines (10 loc) · 568 Bytes

How to contribute

Feely is an open source project and we would love for you to contribute!

1 - Fork the repository

2 - Clone your fork

3 - install rails ( gem install rails ), run bundle install

4 - commit any additions

5 - Send a pull request!

5 - Another team member should merge all pull requests aside from those that are not app related (e.g. travis CI Heroku related)

For ruby code please follow the AirBnB Ruby Styleguide: https://github.com/airbnb/ruby

for javascript please follow the AirBnB JavaScript Styleguide https://github.com/airbnb/javascript