Sha256: e6cb158b93b7c69f3e78be657330ca52dc1443a439e973ef475afe7c9e54e80f
Contents?: true
Size: 904 Bytes
Versions: 12
Compression:
Stored size: 904 Bytes
Contents
# Contributing We love contributions from everyone. Please open a issue for discussion or raise a pull request with the changes you need in the package. ## Contributing Code To start contributing to the package. We should follow following steps. - Fork the repository first to your GitHub account. - Install all package dependencies by executing `bundle install` in your console. - Add test cases for the changes made in the pull request. Make sure they are passing by running `rake test`. - Update documentation for the changes made if needed. - Add a changelog for the new feature or fixes. Push to your fork. Write a [good commit message][commit]. Submit a pull request. [commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html Please do not self reject your thoughts. Let's discuss even smallest feature request as well and make this package better for everybody's use.
Version data entries
12 entries across 12 versions & 1 rubygems