Thank you for your interest in contributing to Kreds!
If you want to contribute an enhancement or a fix:
- Fork the project on GitHub.
- Make your changes, including tests.
- Update the documentation if necessary.
- Commit the changes and submit a pull request.
By submitting a pull request, you agree that your contribution is licensed under the same MIT license as the project, and that you have the right to submit it under that license.
Use the Ruby version specified in the kreds.gemspec file.
To install the development dependencies, run: bin/setup
To start the developer console, run: bin/console
To run the tests: bin/rspec
To run the linter: bin/rubocop