CONTRIBUTING.md
# Contributing to FlexibleEnum
By participating in this project, you agree to abide by the MeYou Health [code of conduct].
[code of conduct]: http://engineering.meyouhealth.com/open-source/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](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](https://guides.github.com/activities/forking/).