Source is hosted at GitHub Report issues/Questions/Feature requests on GitHub Issues
- Modify the version in the metadata.rb file (we'll handle that for releases)
- Modify the CHANGELOG (we'll also handle that for releases)
- Follow the guidelines in the
CODE_OF_CONDUCT.md
file - Document as much as possible, even for simple changes. This will help with understanding your patch and reasoning.
- Add test coverage for changes where applicable
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request