Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 764 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 764 Bytes

Contributing to FlexibleEnum

By participating in this project, you agree to abide by the MeYou Health code of conduct.

To contribute to FlexibleEnum:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Run the tests (appraisal rspec)
  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
  7. Commit a new entry at the top of CHANGELOG.md with a brief description of your changes, the PR number, and your name.

Want more detail on these steps? Learn more about forking git repositories.