Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 648 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (21 loc) · 648 Bytes
  1. Fork and clone the repo: git clone [email protected]:your-username/redis_hash_store.git
  2. Install Redis:
  • Homebrew for MacOS users: brew install redis
  • From Source: Download and install Redis from the download page and follow the instructions.
  1. Run setup commands:
bundle install
appraisal install
  1. Make sure all the tests passed:
appraisal rake
  1. Follow next steps:
  • Write your feature/fix.
  • Add tests for your feature/fix.
  • Make the tests pass: point 4.
  1. Push to your fork and submit a pull request.