Thanks for your interest in contributing to plausible_proxy_rails!
- Fork and clone the repository
- Run
bundle installto install dependencies - Run
bundle exec raketo make sure tests and linting pass
- Create a branch for your change
- Make your changes
- Add or update tests as needed
- Run
bundle exec raketo ensure tests pass and code style is clean - Submit a pull request
bundle exec rake spec # Run all tests
bundle exec rspec spec/path # Run a specific spec fileThis project uses Standard for Ruby code style. Run bundle exec rake standard:fix to auto-fix any style issues.
Open an issue on GitHub with:
- What you expected to happen
- What actually happened
- Steps to reproduce
- Ruby and Rails versions
Please report security vulnerabilities by emailing richard@appercept.com rather than opening a public issue.