You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Contributing to RxJava 3.x
2
2
3
+
:warning: We ask you to contribute your change to the 4.x branch because since March 2026, we are developing RxJava 4.0.0 only. It will be then decided if a backport is necessary or feasible. We do not plan to release any more 3.x versions unless there is a very good reason or a flaw that needs patching and cannot be worked around otherwise.
4
+
5
+
Thank you for your consideration.
6
+
7
+
------------
8
+
3
9
If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request targeting the branch `3.x`.
4
10
5
11
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
0 commit comments