Skip to content

Commit 6b938e1

Browse files
authored
Merge pull request #252 from CIPop/eclipse_ip_check
Clarifying IP verification
2 parents 13ded58 + 83f70d1 commit 6b938e1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,20 @@ Please read the [Eclipse Foundation policy on accepting contributions via Git](h
3131
9. Push the changes in your branch to your forked repository.
3232
10. Finally, go to [https://github.com/eclipse/paho.mqtt.embedded-c](https://github.com/eclipse/paho.mqtt.embedded-c) and create a pull request from your "YOUR_BRANCH_NAME" branch to the ```develop``` one to request review and merge of the commits in your pushed branch.
3333

34-
35-
What happens next depends on the content of the patch. If it is 100% authored
36-
by the contributor and is less than 1000 lines (and meets the needs of the
37-
project), then it can be pulled into the main repository. If not, more steps
38-
are required. These are detailed in the
39-
[legal process poster](http://www.eclipse.org/legal/EclipseLegalProcessPoster.pdf).
40-
41-
34+
What happens next depends on the content of the patch.
35+
If it is 100% authored by the contributor with less than 1000 lines of new product code that meets
36+
the needs of the project (refactored, test code and sample code is excluded from the count), then it
37+
can be pulled into the main repository. When there are more than 1000 lines of new product code,
38+
more steps are required. More details are provided in the [handbook](https://www.eclipse.org/projects/handbook/#ip).
4239

4340
## Developer resources:
4441

4542

4643
Information regarding source code management, builds, coding standards, and more.
4744

4845
- [https://projects.eclipse.org/projects/iot.paho/developer](https://projects.eclipse.org/projects/iot.paho/developer)
46+
- [Building the project](README.md)
47+
- [Running the tests](test/README.md)
4948

5049
Contact:
5150
--------

0 commit comments

Comments
 (0)