Contributing to RailsEventStore organization repositories

Any kind of contribution is welcomed.

Found a bug? Have a question?

Prepare a Pull Request

  git clone git@github.com:RailsEventStore/rails_event_store.git
  cd rails_event_store
  cd rails_event_store
  make rebase
  git checkout -b new_branch
  make test

You could test each project separately, just enter the project folder and run tests (make test again) there.

  make mutate

Will run mutation tests for all projects. The same command executed in specific project's folder will run mutation tests only for that project. Mutation tests might be time consuming, so you could try to limit the scope of mutations to some specific subjects:

  make mutate SUBJECT=code_to_mutate

How to specify code_to_mutate is described in Mutant documentation.

License

By contributing, you agree that your contributions will be licensed under its MIT License.