While not required to contribute, we recommend RBENV to manage your rubies.
- Read the Contributor Code of Conduct
- Fork it
- Clone the project
git clone [email protected]:[YOUR GITHUB USERNAME]/endpoint-flux.git
cd endpoint-flux
- Create your feature branch
git checkout -b my-new-feature
- Write tests for your changes (feature/bug)
- Write your (feature/bugfix)
- Install the dependencies
bundle install
- Run the tests
bundle exec rspec
- Commit your changes
git commit -am 'Added some feature'
- Push to the branch
git push origin my-new-feature
- Create new Pull Request
If we've missed something please open an issue