Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 721 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 721 Bytes

Contributing to Ra

Overview

Ra is still a maturing project under development, so consider discussing your idea with the maintainers on the RabbitMQ mailing list, rabbitmq-users.

The process is fairly standard and straightforward:

  • Fork the repository
  • Create a branch for your changes
  • Add tests, modify code, refactor, repeat
  • Push your branch
  • Submit a pull request with a reasonably detailed justification of your changes
  • Be patient

Building

Ra uses erlang.mk for build system. Build it with

make

Clean compilation artifacts with

make clean

Running Tests

make tests

and then open logs/index.html to see test run results.