Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 737 Bytes

File metadata and controls

26 lines (15 loc) · 737 Bytes

Contributing

Thank you for your interest in contributing to Kreds!

Pull Requests

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.

Local Development

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