Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 532 Bytes

CONTRIBUTION_GUIDELINES.md

File metadata and controls

13 lines (10 loc) · 532 Bytes

Contributing to Clipster:

  1. Fork the official repository.
  2. Use the git flow branching model
    • For minor changes and bug fixes, commit to develop
    • For new features or major changes, create a new branch from develop
  3. Make sure all tests pass by running bundle exec rspec spec
  4. Send a pull request.

Notes:

  • Contributions without tests won't be accepted.
  • Please don't update the Gem version.