Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 948 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 948 Bytes

Contributing

While not required to contribute, we recommend RBENV to manage your rubies.

  1. Read the Contributor Code of Conduct
  2. Fork it
  3. Clone the project git clone [email protected]:[YOUR GITHUB USERNAME]/endpoint-flux.git
  4. cd endpoint-flux
  5. Create your feature branch git checkout -b my-new-feature
  6. Write tests for your changes (feature/bug)
  7. Write your (feature/bugfix)
  8. Install the dependencies bundle install
  9. Run the tests bundle exec rspec
  10. Commit your changes git commit -am 'Added some feature'
  11. Push to the branch git push origin my-new-feature
  12. Create new Pull Request

If we've missed something please open an issue