Skip to content

Commit 30d94d8

Browse files
committed
Updated Contribution Guidelines
1 parent e178f47 commit 30d94d8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ You can also make pull requests. Other than bug fixes, please make sure you disc
1717

1818
When submitting new code, please make sure that it is backed by tests. When submitting code for a new operator, please make sure that:
1919

20-
- Your code documents what the operator does (see other operators for examples)
21-
- You provide tests for your new operator
22-
- You provide a demo playground page, and add a reference to this page in the playground index
20+
- Your code documents what the operator does (see other operators for examples).
21+
- You provide tests for your new operator.
22+
- You provide a demo playground page, and add a reference to this page in the playground index.
23+
- You add documentation of the operator in this repo's `README.md` file.
2324

25+
**Note**: Base your custom operators only on RxSwift Core operators. Do not use existing RxSwiftExt operators to implement your own operator, unless it's an absolute necessity.
2426

2527
## Developer's Certificate of Origin 1.1
2628

0 commit comments

Comments
 (0)