mirror of
https://github.com/ReactiveX/RxJava.git
synced 2026-03-28 06:32:17 +00:00
725 B
725 B
Thank you for contributing to RxJava. Before pressing the "Create Pull Request" button, please consider the following points:
-
Please give a description about what and why you are contributing, even if it's trivial.
-
Please include the issue list number(s) or other PR numbers in the description if you are contributing in response to those.
-
Please include a reasonable set of unit tests if you contribute new code or change an existing one. If you contribute an operator, (if applicable) please make sure you have tests for working with an
empty,just,rangeof values as well as anerrorsource, with and/or without backpressure and see if unsubscription/cancellation propagates correctly.