Contributing
June 21, 2025 ยท View on GitHub
Thank you for your interest in contributing to Veri!
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 indicate that you waive any rights or claims to the modifications you made and transfer the copyright of those changes to the Veri gem copyright owners.
If you are unable or unwilling to transfer these rights, please refrain from submitting a pull request.
Local Development
Use the Ruby version specified in the veri.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