Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 1.11 KB

Contributing to RxPHP

Thank you for taking the time to contribute.

Here are some guidelines that you can follow:

Coding Rules

These rules are to ensure consistency throughout the source code and with other ReactiveX projects, please keep these rules in mind as you are working:

  • All features or bug fixes must be tested.
  • Test coverage should be equal to or greater than the RxJS v4 tests.
  • Test coverage must be 100% by lines.
  • We follow the PSR2 coding style guide.
  • New operators should be composed with existing operators unless non-composed performance gains are demonstrable.
  • Examples for operators should be based upon the RxJS v4 operators.
  • When at all possible, operator definitions and behavior should mirror RxJS or RxJava.

If you have any questions or need help with your contribution, please feel free to open a PR or an issue and ask for help.